airflow.providers.google.cloud.links.dataplex

This module contains Google Dataplex links.

Attributes

DATAPLEX_BASE_LINK

DATAPLEX_TASK_LINK

DATAPLEX_TASKS_LINK

DATAPLEX_LAKE_LINK

DATAPLEX_CATALOG_ENTRY_GROUPS_LINK

DATAPLEX_CATALOG_ENTRY_GROUP_LINK

DATAPLEX_CATALOG_ENTRY_TYPE_LINK

DATAPLEX_CATALOG_ENTRY_TYPES_LINK

DATAPLEX_CATALOG_ASPECT_TYPE_LINK

DATAPLEX_CATALOG_ASPECT_TYPES_LINK

Classes

DataplexTaskLink

Helper class for constructing Dataplex Task link.

DataplexTasksLink

Helper class for constructing Dataplex Tasks link.

DataplexLakeLink

Helper class for constructing Dataplex Lake link.

DataplexCatalogEntryGroupLink

Helper class for constructing Dataplex Catalog EntryGroup link.

DataplexCatalogEntryGroupsLink

Helper class for constructing Dataplex Catalog EntryGroups link.

DataplexCatalogEntryTypeLink

Helper class for constructing Dataplex Catalog EntryType link.

DataplexCatalogEntryTypesLink

Helper class for constructing Dataplex Catalog EntryTypes link.

DataplexCatalogAspectTypeLink

Helper class for constructing Dataplex Catalog AspectType link.

DataplexCatalogAspectTypesLink

Helper class for constructing Dataplex Catalog AspectTypes link.

Module Contents

airflow.providers.google.cloud.links.dataplex.DATAPLEX_CATALOG_ENTRY_GROUPS_LINK = '/dataplex/catalog/entry-groups?project={project_id}'[source]
airflow.providers.google.cloud.links.dataplex.DATAPLEX_CATALOG_ENTRY_GROUP_LINK = '/dataplex/projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}?project={project_id}'[source]
airflow.providers.google.cloud.links.dataplex.DATAPLEX_CATALOG_ENTRY_TYPE_LINK = '/dataplex/projects/{project_id}/locations/{location}/entryTypes/{entry_type_id}?project={project_id}'[source]
airflow.providers.google.cloud.links.dataplex.DATAPLEX_CATALOG_ENTRY_TYPES_LINK = '/dataplex/catalog/entry-types?project={project_id}'[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Dataplex Task link.

name = 'Dataplex Task'[source]

Name of the link. This will be the button name on the task UI.

key = 'task_conf'[source]
format_str = '/dataplex/process/tasks/{lake_id}.{task_id};location={region}/jobs?project={project_id}'[source]
static persist(context, task_instance)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Dataplex Tasks link.

name = 'Dataplex Tasks'[source]

Name of the link. This will be the button name on the task UI.

key = 'tasks_conf'[source]
format_str = '/dataplex/process/tasks?project={project_id}&qLake={lake_id}.{region}'[source]
static persist(context, task_instance)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Dataplex Lake link.

name = 'Dataplex Lake'[source]

Name of the link. This will be the button name on the task UI.

key = 'dataplex_lake_key'[source]
format_str = '/dataplex/lakes/{lake_id};location={region}?project={project_id}'[source]
static persist(context, task_instance)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Dataplex Catalog EntryGroup link.

name = 'Dataplex Catalog EntryGroup'[source]

Name of the link. This will be the button name on the task UI.

key = 'dataplex_catalog_entry_group_key'[source]
format_str = '/dataplex/projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}?project={project_id}'[source]
static persist(context, task_instance)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Dataplex Catalog EntryGroups link.

name = 'Dataplex Catalog EntryGroups'[source]

Name of the link. This will be the button name on the task UI.

key = 'dataplex_catalog_entry_groups_key'[source]
format_str = '/dataplex/catalog/entry-groups?project={project_id}'[source]
static persist(context, task_instance)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Dataplex Catalog EntryType link.

name = 'Dataplex Catalog EntryType'[source]

Name of the link. This will be the button name on the task UI.

key = 'dataplex_catalog_entry_type_key'[source]
format_str = '/dataplex/projects/{project_id}/locations/{location}/entryTypes/{entry_type_id}?project={project_id}'[source]
static persist(context, task_instance)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Dataplex Catalog EntryTypes link.

name = 'Dataplex Catalog EntryTypes'[source]

Name of the link. This will be the button name on the task UI.

key = 'dataplex_catalog_entry_types_key'[source]
format_str = '/dataplex/catalog/entry-types?project={project_id}'[source]
static persist(context, task_instance)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Dataplex Catalog AspectType link.

name = 'Dataplex Catalog AspectType'[source]

Name of the link. This will be the button name on the task UI.

key = 'dataplex_catalog_aspect_type_key'[source]
format_str = '/dataplex/projects/{project_id}/locations/{location}/aspectTypes/{aspect_type_id}?project={project_id}'[source]
static persist(context, task_instance)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Dataplex Catalog AspectTypes link.

name = 'Dataplex Catalog AspectTypes'[source]

Name of the link. This will be the button name on the task UI.

key = 'dataplex_catalog_aspect_types_key'[source]
format_str = '/dataplex/catalog/aspect-types?project={project_id}'[source]
static persist(context, task_instance)[source]

Was this entry helpful?