Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -793,11 +793,12 @@ libraries:
- proto_path: google/cloud/datalabeling/v1beta1
- api_shortname: datalineage
name_pretty: Data Lineage
product_documentation: https://cloud.google.com/data-catalog/docs/data-lineage/
product_documentation: https://cloud.google.com/dataplex/docs/about-data-lineage
api_description: Lineage is used to track data flows between assets over time.
release_level: stable
GAPICs:
- proto_path: google/cloud/datacatalog/lineage/v1
- proto_path: google/cloud/datacatalog/lineage/configmanagement/v1/
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The proto_path entry contains a trailing slash, which is inconsistent with the existing entries in this file. Removing it ensures consistency and avoids potential path resolution issues in generation tools.

  - proto_path: google/cloud/datacatalog/lineage/configmanagement/v1

- api_shortname: datamanager
name_pretty: Data Manager API
product_documentation: https://developers.google.com/data-manager
Expand Down
Loading