Docs Home
Viewing docs for
BYOCSelf-Managed

Metadata

On this page

Navigate to the Deployments page within the Ververica Platform: Self-Managed console. Here, you can identify the deployment of interest and access details on deployment nodes, data nodes, dependencies between the deployment's tables, and affiliations between its tables and fields.

  1. In the left navigation, click the Namespace selector and select the namespace that you want to open.
  2. Click Deployments.
  3. Click the name of the desired deployment.
  4. On the Lineage tab, click Table Level to view table-level data lineage or Column Level to view field-level data lineage.

Table-level Data Lineage

Within the Table Level tab:

  • You can see which deployments reference a specific table in the catalog.
  • If there's a change in table schema or data, it allows for prompt actions on the deployments referencing this table, such as modifying the deployment code or canceling them.

To delve deeper into a deployment:

  • Double-click on the desired deployment node. This displays the deployment's ID, creation details, and modification history.
  • To navigate directly to the Deployments page for that specific deployment, click on the deployment name highlighted in red in the following picture.

Field-level Data Lineage

Within the field-level data lineage graph:

  • Click on your desired field to pinpoint deployments and tables that reference it.
  • Fields connected with blue solid lines signify associations.
  • If a field is removed, or if there's a change in its name or attributes, this facilitates swift identification of the referencing deployments and tables. It also lets you detect and manage the associated fields accordingly.

You have the capability to:

  • See table field names and their respective types.
  • Observe names of databases, catalogs, and connector types for tables at the same level.
  • Access information related to the deployment.
Was this helpful?