airflow.providers.google.cloud.links.datastore

模块内容

CloudDatastoreImportExportLink

用于构建 Cloud Datastore 导入/导出链接的帮助类。

CloudDatastoreEntitiesLink

用于构建 Cloud Datastore 实体链接的帮助类。

属性

DATASTORE_BASE_LINK

DATASTORE_IMPORT_EXPORT_LINK

DATASTORE_EXPORT_ENTITIES_LINK

DATASTORE_ENTITIES_LINK

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Cloud Datastore 导入/导出链接的帮助类。

name = '导入/导出 页面'[源代码]
key = 'import_export_conf'[源代码]
format_str[源代码]
static persist(context, task_instance)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Cloud Datastore 实体链接的帮助类。

name = '实体'[源代码]
key = 'entities_conf'[源代码]
format_str[源代码]
static persist(context, task_instance)[源代码]

这个条目是否有帮助?