Updating a view

You can update views in Data Lake with an ALTER VIEW statement.

  1. Pause on a view or a view property in the left panel.
  2. Click the ellipsis icon.
  3. Select VIEW > ALTER.
    A SQL statement of the existing view is generated.
  4. Update the view.
  5. Click Run query.
    The view that is stored in Data Lake is updated with your changes. The Data Catalog is updated with new metadata for the view. The left panel is refreshed to include the changes.