airflow.providers.google.cloud.links.datastore

Attributes

DATASTORE_BASE_LINK

DATASTORE_IMPORT_EXPORT_LINK

DATASTORE_EXPORT_ENTITIES_LINK

DATASTORE_ENTITIES_LINK

Classes

CloudDatastoreImportExportLink

Helper class for constructing Cloud Datastore Import/Export Link.

CloudDatastoreEntitiesLink

Helper class for constructing Cloud Datastore Entities Link.

Module Contents

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

Helper class for constructing Cloud Datastore Import/Export Link.

name = 'Import/Export Page'[source]

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

key = 'import_export_conf'[source]
format_str = '/datastore/import-export?project={project_id}'[source]
static persist(context, task_instance)[source]

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

Helper class for constructing Cloud Datastore Entities Link.

name = 'Entities'[source]

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

key = 'entities_conf'[source]
format_str = '/datastore/entities/query/kind?project={project_id}'[source]
static persist(context, task_instance)[source]

Was this entry helpful?