Updating a View

Views can be updated in Data Lake by using the ALTER View operation. Pause on a View or a View property in the left panel.

  1. Click the ellipsis menu.
  2. Select Generate > VIEW.
  3. Select ALTER.
    A SQL statement of the existing view is generated.
  4. Make the required changes to the view.
  5. Click Run Query.
    When clicking Run Query, the view stored in Data Lake is updated with your changes. The Data Catalog is also updated with new metadata for the View. The left panel is refreshed to include the changes.