airflow.providers.google.cloud.links.datacatalog¶
This module contains Google Data Catalog links.
Attributes¶
Classes¶
Helper class for constructing Data Catalog Entry Group Link. |
|
Helper class for constructing Data Catalog Entry Link. |
|
Helper class for constructing Data Catalog Tag Template Link. |
Module Contents¶
- airflow.providers.google.cloud.links.datacatalog.ENTRY_GROUP_LINK = '/datacatalog/groups/{entry_group_id};container={project_id};location={location_id}?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.datacatalog.ENTRY_LINK = '/datacatalog/projects/{project_id}/locations/{location_id}/entryGroups/{entry_group_id}/entries/...[source]¶
- airflow.providers.google.cloud.links.datacatalog.TAG_TEMPLATE_LINK = '/datacatalog/projects/{project_id}/locations/{location_id}/tagTemplates/{tag_template_id}?projec...[source]¶
- class airflow.providers.google.cloud.links.datacatalog.DataCatalogEntryGroupLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Data Catalog Entry Group Link.
- name = 'Data Catalog Entry Group'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.datacatalog.DataCatalogEntryLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Data Catalog Entry Link.
- class airflow.providers.google.cloud.links.datacatalog.DataCatalogTagTemplateLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Data Catalog Tag Template Link.
- name = 'Data Catalog Tag Template'[source]¶
Name of the link. This will be the button name on the task UI.