Backport provider包apacheairflowbackportprovidersgoogle for ApacheAirflow

apache-airflow-backport-providers-google的Python项目详细描述


谷歌backport软件包apache airflow提供商

发布日期:2020.11.23

目录

后端口包

这是googleprovider的backport providers包。此提供程序包的所有类 在airflow.providers.googlepython包中。在

此后端口包仅支持Python 3.6+。

虽然Airflow 1.10.*继续支持Python2.7+,但如果您 想要使用这个后台程序包。在

安装

您可以在现有的airflow 1.10上安装此软件包。*通过 pip install apache-airflow-backport-providers-google

PIP要求

PIP packageVersion required
PyOpenSSL
google-ads>=4.0.0
google-api-python-client>=1.6.0,<2.0.0
google-auth>=1.0.0,<2.0.0
google-auth-httplib2>=0.0.1
google-cloud-automl>=0.4.0,<2.0.0
google-cloud-bigquery-datatransfer>=0.4.0,<2.0.0
google-cloud-bigtable>=1.0.0,<2.0.0
google-cloud-container>=0.1.1,<2.0.0
google-cloud-datacatalog>=0.5.0, <0.8
google-cloud-dataproc>=1.0.1,<2.0.0
google-cloud-dlp>=0.11.0,<2.0.0
google-cloud-kms>=1.2.1,<2.0.0
google-cloud-language>=1.1.1,<2.0.0
google-cloud-logging>=1.14.0,<2.0.0
google-cloud-memcache>=0.2.0
google-cloud-monitoring>=0.34.0,<2.0.0
google-cloud-os-login>=1.0.0,<2.0.0
google-cloud-pubsub>=1.0.0,<2.0.0
google-cloud-redis>=0.3.0,<2.0.0
google-cloud-secret-manager>=0.2.0,<2.0.0
google-cloud-spanner>=1.10.0,<2.0.0
google-cloud-speech>=0.36.3,<2.0.0
google-cloud-storage>=1.16,<2.0.0
google-cloud-tasks>=1.2.1,<2.0.0
google-cloud-texttospeech>=0.4.0,<2.0.0
google-cloud-translate>=1.5.0,<2.0.0
google-cloud-videointelligence>=1.7.0,<2.0.0
google-cloud-vision>=0.35.2,<2.0.0
grpcio-gcp>=0.2.2
pandas-gbq

跨提供程序包依赖项

为了使用包的所有特性,可能需要这些依赖项。 您需要安装指定的后端口提供程序包才能使用它们。在

从PyPI安装时,可以安装这种跨提供程序依赖项。例如:

pip install apache-airflow-backport-providers-google[amazon]
^{tb2}$

提供程序类摘要

在Airflow 2.0中,google提供者的所有操作员、传输、挂钩、传感器、机密 在airflow.providers.google包中。您可以阅读有关使用的命名约定的更多信息 在Naming conventions for provider packages

操作员

新操作员

^{3}$

移动运算符

Airflow 2.0 operators: ^{} packageAirflow 1.10.* previous location (usually ^{})
cloud.operators.bigquery.BigQueryCheckOperatorcontrib.operators.bigquery_check_operator.BigQueryCheckOperator
cloud.operators.bigquery.BigQueryCreateEmptyDatasetOperatorcontrib.operators.bigquery_operator.BigQueryCreateEmptyDatasetOperator
cloud.operators.bigquery.BigQueryCreateEmptyTableOperatorcontrib.operators.bigquery_operator.BigQueryCreateEmptyTableOperator
cloud.operators.bigquery.BigQueryCreateExternalTableOperatorcontrib.operators.bigquery_operator.BigQueryCreateExternalTableOperator
cloud.operators.bigquery.BigQueryDeleteDatasetOperatorcontrib.operators.bigquery_operator.BigQueryDeleteDatasetOperator
cloud.operators.bigquery.BigQueryDeleteTableOperatorcontrib.operators.bigquery_table_delete_operator.BigQueryTableDeleteOperator
cloud.operators.bigquery.BigQueryExecuteQueryOperatorcontrib.operators.bigquery_operator.BigQueryOperator
cloud.operators.bigquery.BigQueryGetDataOperatorcontrib.operators.bigquery_get_data.BigQueryGetDataOperator
cloud.operators.bigquery.BigQueryGetDatasetOperatorcontrib.operators.bigquery_operator.BigQueryGetDatasetOperator
cloud.operators.bigquery.BigQueryGetDatasetTablesOperatorcontrib.operators.bigquery_operator.BigQueryGetDatasetTablesOperator
cloud.operators.bigquery.BigQueryIntervalCheckOperatorcontrib.operators.bigquery_check_operator.BigQueryIntervalCheckOperator
cloud.operators.bigquery.BigQueryPatchDatasetOperatorcontrib.operators.bigquery_operator.BigQueryPatchDatasetOperator
cloud.operators.bigquery.BigQueryUpdateDatasetOperatorcontrib.operators.bigquery_operator.BigQueryUpdateDatasetOperator
cloud.operators.bigquery.BigQueryUpsertTableOperatorcontrib.operators.bigquery_operator.BigQueryUpsertTableOperator
cloud.operators.bigquery.BigQueryValueCheckOperatorcontrib.operators.bigquery_check_operator.BigQueryValueCheckOperator
cloud.operators.bigtable.BigtableCreateInstanceOperatorcontrib.operators.gcp_bigtable_operator.BigtableInstanceCreateOperator
cloud.operators.bigtable.BigtableCreateTableOperatorcontrib.operators.gcp_bigtable_operator.BigtableTableCreateOperator
cloud.operators.bigtable.BigtableDeleteInstanceOperatorcontrib.operators.gcp_bigtable_operator.BigtableInstanceDeleteOperator
cloud.operators.bigtable.BigtableDeleteTableOperatorcontrib.operators.gcp_bigtable_operator.BigtableTableDeleteOperator
cloud.operators.bigtable.BigtableUpdateClusterOperatorcontrib.operators.gcp_bigtable_operator.BigtableClusterUpdateOperator
cloud.operators.cloud_build.CloudBuildCreateBuildOperatorcontrib.operators.gcp_cloud_build_operator.CloudBuildCreateBuildOperator
cloud.operators.cloud_sql.CloudSQLBaseOperatorcontrib.operators.gcp_sql_operator.CloudSqlBaseOperator
cloud.operators.cloud_sql.CloudSQLCreateInstanceDatabaseOperatorcontrib.operators.gcp_sql_operator.CloudSqlInstanceDatabaseCreateOperator
cloud.operators.cloud_sql.CloudSQLCreateInstanceOperatorcontrib.operators.gcp_sql_operator.CloudSqlInstanceCreateOperator
cloud.operators.cloud_sql.CloudSQLDeleteInstanceDatabaseOperatorcontrib.operators.gcp_sql_operator.CloudSqlInstanceDatabaseDeleteOperator
cloud.operators.cloud_sql.CloudSQLDeleteInstanceOperatorcontrib.operators.gcp_sql_operator.CloudSqlInstanceDeleteOperator
cloud.operators.cloud_sql.CloudSQLExecuteQueryOperatorcontrib.operators.gcp_sql_operator.CloudSqlQueryOperator
cloud.operators.cloud_sql.CloudSQLExportInstanceOperatorcontrib.operators.gcp_sql_operator.CloudSqlInstanceExportOperator
cloud.operators.cloud_sql.CloudSQLImportInstanceOperatorcontrib.operators.gcp_sql_operator.CloudSqlInstanceImportOperator
cloud.operators.cloud_sql.CloudSQLInstancePatchOperatorcontrib.operators.gcp_sql_operator.CloudSqlInstancePatchOperator
cloud.operators.cloud_sql.CloudSQLPatchInstanceDatabaseOperatorcontrib.operators.gcp_sql_operator.CloudSqlInstanceDatabasePatchOperator
cloud.operators.cloud_storage_transfer_service.CloudDataTransferServiceCancelOperationOperatorcontrib.operators.gcp_transfer_operator.GcpTransferServiceOperationCancelOperator
cloud.operators.cloud_storage_transfer_service.CloudDataTransferServiceCreateJobOperatorcontrib.operators.gcp_transfer_operator.GcpTransferServiceJobCreateOperator
cloud.operators.cloud_storage_transfer_service.CloudDataTransferServiceDeleteJobOperatorcontrib.operators.gcp_transfer_operator.GcpTransferServiceJobDeleteOperator
cloud.operators.cloud_storage_transfer_service.CloudDataTransferServiceGetOperationOperatorcontrib.operators.gcp_transfer_operator.GcpTransferServiceOperationGetOperator
cloud.operators.cloud_storage_transfer_service.CloudDataTransferServiceListOperationsOperatorcontrib.operators.gcp_transfer_operator.GcpTransferServiceOperationsListOperator
cloud.operators.cloud_storage_transfer_service.CloudDataTransferServicePauseOperationOperatorcontrib.operators.gcp_transfer_operator.GcpTransferServiceOperationPauseOperator
cloud.operators.cloud_storage_transfer_service.CloudDataTransferServiceResumeOperationOperatorcontrib.operators.gcp_transfer_operator.GcpTransferServiceOperationResumeOperator
cloud.operators.cloud_storage_transfer_service.CloudDataTransferServiceUpdateJobOperatorcontrib.operators.gcp_transfer_operator.GcpTransferServiceJobUpdateOperator
cloud.operators.compute.ComputeEngineBaseOperatorcontrib.operators.gcp_compute_operator.GceBaseOperator
cloud.operators.compute.ComputeEngineCopyInstanceTemplateOperatorcontrib.operators.gcp_compute_operator.GceInstanceTemplateCopyOperator
cloud.operators.compute.ComputeEngineInstanceGroupUpdateManagerTemplateOperatorcontrib.operators.gcp_compute_operator.GceInstanceGroupManagerUpdateTemplateOperator
cloud.operators.compute.ComputeEngineSetMachineTypeOperatorcontrib.operators.gcp_compute_operator.GceSetMachineTypeOperator
cloud.operators.compute.ComputeEngineStartInstanceOperatorcontrib.operators.gcp_compute_operator.GceInstanceStartOperator
cloud.operators.compute.ComputeEngineStopInstanceOperatorcontrib.operators.gcp_compute_operator.GceInstanceStopOperator
cloud.operators.dataflow.DataflowCreateJavaJobOperatorcontrib.operators.dataflow_operator.DataFlowJavaOperator
cloud.operators.dataflow.DataflowCreatePythonJobOperatorcontrib.operators.dataflow_operator.DataFlowPythonOperator
cloud.operators.dataflow.DataflowTemplatedJobStartOperatorcontrib.operators.dataflow_operator.DataflowTemplateOperator
cloud.operators.dataproc.DataprocCreateClusterOperatorcontrib.operators.dataproc_operator.DataprocClusterCreateOperator
cloud.operators.dataproc.DataprocDeleteClusterOperatorcontrib.operators.dataproc_operator.DataprocClusterDeleteOperator
cloud.operators.dataproc.DataprocInstantiateInlineWorkflowTemplateOperatorcontrib.operators.dataproc_operator.DataprocWorkflowTemplateInstantiateInlineOperator
cloud.operators.dataproc.DataprocInstantiateWorkflowTemplateOperatorcontrib.operators.dataproc_operator.DataprocWorkflowTemplateInstantiateOperator
cloud.operators.dataproc.DataprocJobBaseOperatorcontrib.operators.dataproc_operator.DataProcJobBaseOperator
cloud.operators.dataproc.DataprocScaleClusterOperatorcontrib.operators.dataproc_operator.DataprocClusterScaleOperator
cloud.operators.dataproc.DataprocSubmitHadoopJobOperatorcontrib.operators.dataproc_operator.DataProcHadoopOperator
cloud.operators.dataproc.DataprocSubmitHiveJobOperatorcontrib.operators.dataproc_operator.DataProcHiveOperator
cloud.operators.dataproc.DataprocSubmitPigJobOperatorcontrib.operators.dataproc_operator.DataProcPigOperator
cloud.operators.dataproc.DataprocSubmitPySparkJobOperatorcontrib.operators.dataproc_operator.DataProcPySparkOperator
cloud.operators.dataproc.DataprocSubmitSparkJobOperatorcontrib.operators.dataproc_operator.DataProcSparkOperator
cloud.operators.dataproc.DataprocSubmitSparkSqlJobOperatorcontrib.operators.dataproc_operator.DataProcSparkSqlOperator
cloud.operators.datastore.CloudDatastoreExportEntitiesOperatorcontrib.operators.datastore_export_operator.DatastoreExportOperator
cloud.operators.datastore.CloudDatastoreImportEntitiesOperatorcontrib.operators.datastore_import_operator.DatastoreImportOperator
cloud.operators.dlp.CloudDLPCancelDLPJobOperatorcontrib.operators.gcp_dlp_operator.CloudDLPCancelDLPJobOperator
cloud.operators.dlp.CloudDLPCreateDLPJobOperatorcontrib.operators.gcp_dlp_operator.CloudDLPCreateDLPJobOperator
cloud.operators.dlp.CloudDLPCreateDeidentifyTemplateOperatorcontrib.operators.gcp_dlp_operator.CloudDLPCreateDeidentifyTemplateOperator
cloud.operators.dlp.CloudDLPCreateInspectTemplateOperatorcontrib.operators.gcp_dlp_operator.CloudDLPCreateInspectTemplateOperator
cloud.operators.dlp.CloudDLPCreateJobTriggerOperatorcontrib.operators.gcp_dlp_operator.CloudDLPCreateJobTriggerOperator
cloud.operators.dlp.CloudDLPCreateStoredInfoTypeOperatorcontrib.operators.gcp_dlp_operator.CloudDLPCreateStoredInfoTypeOperator
cloud.operators.dlp.CloudDLPDeidentifyContentOperatorcontrib.operators.gcp_dlp_operator.CloudDLPDeidentifyContentOperator
cloud.operators.dlp.CloudDLPDeleteDLPJobOperatorcontrib.operators.gcp_dlp_operator.CloudDLPDeleteDlpJobOperator
cloud.operators.dlp.CloudDLPDeleteDeidentifyTemplateOperatorcontrib.operators.gcp_dlp_operator.CloudDLPDeleteDeidentifyTemplateOperator
cloud.operators.dlp.CloudDLPDeleteInspectTemplateOperatorcontrib.operators.gcp_dlp_operator.CloudDLPDeleteInspectTemplateOperator
cloud.operators.dlp.CloudDLPDeleteJobTriggerOperatorcontrib.operators.gcp_dlp_operator.CloudDLPDeleteJobTriggerOperator
cloud.operators.dlp.CloudDLPDeleteStoredInfoTypeOperatorcontrib.operators.gcp_dlp_operator.CloudDLPDeleteStoredInfoTypeOperator
cloud.operators.dlp.CloudDLPGetDLPJobOperatorcontrib.operators.gcp_dlp_operator.CloudDLPGetDlpJobOperator
cloud.operators.dlp.CloudDLPGetDLPJobTriggerOperatorcontrib.operators.gcp_dlp_operator.CloudDLPGetJobTripperOperator
cloud.operators.dlp.CloudDLPGetDeidentifyTemplateOperatorcontrib.operators.gcp_dlp_operator.CloudDLPGetDeidentifyTemplateOperator
cloud.operators.dlp.CloudDLPGetInspectTemplateOperatorcontrib.operators.gcp_dlp_operator.CloudDLPGetInspectTemplateOperator
cloud.operators.dlp.CloudDLPGetStoredInfoTypeOperatorcontrib.operators.gcp_dlp_operator.CloudDLPGetStoredInfoTypeOperator
cloud.operators.dlp.CloudDLPInspectContentOperatorcontrib.operators.gcp_dlp_operator.CloudDLPInspectContentOperator
cloud.operators.dlp.CloudDLPListDLPJobsOperatorcontrib.operators.gcp_dlp_operator.CloudDLPListDlpJobsOperator
cloud.operators.dlp.CloudDLPListDeidentifyTemplatesOperatorcontrib.operators.gcp_dlp_operator.CloudDLPListDeidentifyTemplatesOperator
cloud.operators.dlp.CloudDLPListInfoTypesOperatorcontrib.operators.gcp_dlp_operator.CloudDLPListInfoTypesOperator
cloud.operators.dlp.CloudDLPListInspectTemplatesOperatorcontrib.operators.gcp_dlp_operator.CloudDLPListInspectTemplatesOperator
cloud.operators.dlp.CloudDLPListJobTriggersOperatorcontrib.operators.gcp_dlp_operator.CloudDLPListJobTriggersOperator
cloud.operators.dlp.CloudDLPListStoredInfoTypesOperatorcontrib.operators.gcp_dlp_operator.CloudDLPListStoredInfoTypesOperator
cloud.operators.dlp.CloudDLPRedactImageOperatorcontrib.operators.gcp_dlp_operator.CloudDLPRedactImageOperator
cloud.operators.dlp.CloudDLPReidentifyContentOperatorcontrib.operators.gcp_dlp_operator.CloudDLPReidentifyContentOperator
cloud.operators.dlp.CloudDLPUpdateDeidentifyTemplateOperatorcontrib.operators.gcp_dlp_operator.CloudDLPUpdateDeidentifyTemplateOperator
cloud.operators.dlp.CloudDLPUpdateInspectTemplateOperatorcontrib.operators.gcp_dlp_operator.CloudDLPUpdateInspectTemplateOperator
cloud.operators.dlp.CloudDLPUpdateJobTriggerOperatorcontrib.operators.gcp_dlp_operator.CloudDLPUpdateJobTriggerOperator
cloud.operators.dlp.CloudDLPUpdateStoredInfoTypeOperatorcontrib.operators.gcp_dlp_operator.CloudDLPUpdateStoredInfoTypeOperator
cloud.operators.functions.CloudFunctionDeleteFunctionOperatorcontrib.operators.gcp_function_operator.GcfFunctionDeleteOperator
cloud.operators.functions.CloudFunctionDeployFunctionOperatorcontrib.operators.gcp_function_operator.GcfFunctionDeployOperator
cloud.operators.gcs.GCSBucketCreateAclEntryOperatorcontrib.operators.gcs_acl_operator.GoogleCloudStorageBucketCreateAclEntryOperator
cloud.operators.gcs.GCSCreateBucketOperatorcontrib.operators.gcs_operator.GoogleCloudStorageCreateBucketOperator
cloud.operators.gcs.GCSDeleteObjectsOperatorcontrib.operators.gcs_delete_operator.GoogleCloudStorageDeleteOperator
cloud.operators.gcs.GCSListObjectsOperatorcontrib.operators.gcs_list_operator.GoogleCloudStorageListOperator
cloud.operators.gcs.GCSObjectCreateAclEntryOperatorcontrib.operators.gcs_acl_operator.GoogleCloudStorageObjectCreateAclEntryOperator
cloud.operators.kubernetes_engine.GKECreateClusterOperatorcontrib.operators.gcp_container_operator.GKEClusterCreateOperator
cloud.operators.kubernetes_engine.GKEDeleteClusterOperatorcontrib.operators.gcp_container_operator.GKEClusterDeleteOperator
cloud.operators.kubernetes_engine.GKEStartPodOperatorcontrib.operators.gcp_container_operator.GKEPodOperator
cloud.operators.mlengine.MLEngineManageModelOperatorcontrib.operators.mlengine_operator.MLEngineModelOperator
cloud.operators.mlengine.MLEngineManageVersionOperatorcontrib.operators.mlengine_operator.MLEngineVersionOperator
cloud.operators.mlengine.MLEngineStartBatchPredictionJobOperatorcontrib.operators.mlengine_operator.MLEngineBatchPredictionOperator
cloud.operators.mlengine.MLEngineStartTrainingJobOperatorcontrib.operators.mlengine_operator.MLEngineTrainingOperator
cloud.operators.natural_language.CloudNaturalLanguageAnalyzeEntitiesOperatorcontrib.operators.gcp_natural_language_operator.CloudLanguageAnalyzeEntitiesOperator
cloud.operators.natural_language.CloudNaturalLanguageAnalyzeEntitySentimentOperatorcontrib.operators.gcp_natural_language_operator.CloudLanguageAnalyzeEntitySentimentOperator
cloud.operators.natural_language.CloudNaturalLanguageAnalyzeSentimentOperatorcontrib.operators.gcp_natural_language_operator.CloudLanguageAnalyzeSentimentOperator
cloud.operators.natural_language.CloudNaturalLanguageClassifyTextOperatorcontrib.operators.gcp_natural_language_operator.CloudLanguageClassifyTextOperator
cloud.operators.pubsub.PubSubCreateSubscriptionOperatorcontrib.operators.pubsub_operator.PubSubSubscriptionCreateOperator
cloud.operators.pubsub.PubSubCreateTopicOperatorcontrib.operators.pubsub_operator.PubSubTopicCreateOperator
cloud.operators.pubsub.PubSubDeleteSubscriptionOperatorcontrib.operators.pubsub_operator.PubSubSubscriptionDeleteOperator
cloud.operators.pubsub.PubSubDeleteTopicOperatorcontrib.operators.pubsub_operator.PubSubTopicDeleteOperator
cloud.operators.pubsub.PubSubPublishMessageOperatorcontrib.operators.pubsub_operator.PubSubPublishOperator
cloud.operators.spanner.SpannerDeleteDatabaseInstanceOperatorcontrib.operators.gcp_spanner_operator.CloudSpannerInstanceDatabaseDeleteOperator
cloud.operators.spanner.SpannerDeleteInstanceOperatorcontrib.operators.gcp_spanner_operator.CloudSpannerInstanceDeleteOperator
cloud.operators.spanner.SpannerDeployDatabaseInstanceOperatorcontrib.operators.gcp_spanner_operator.CloudSpannerInstanceDatabaseDeployOperator
cloud.operators.spanner.SpannerDeployInstanceOperatorcontrib.operators.gcp_spanner_operator.CloudSpannerInstanceDeployOperator
cloud.operators.spanner.SpannerQueryDatabaseInstanceOperatorcontrib.operators.gcp_spanner_operator.CloudSpannerInstanceDatabaseQueryOperator
cloud.operators.spanner.SpannerUpdateDatabaseInstanceOperatorcontrib.operators.gcp_spanner_operator.CloudSpannerInstanceDatabaseUpdateOperator
cloud.operators.speech_to_text.CloudSpeechToTextRecognizeSpeechOperatorcontrib.operators.gcp_speech_to_text_operator.GcpSpeechToTextRecognizeSpeechOperator
cloud.operators.text_to_speech.CloudTextToSpeechSynthesizeOperatorcontrib.operators.gcp_text_to_speech_operator.GcpTextToSpeechSynthesizeOperator
cloud.operators.translate.CloudTranslateTextOperatorcontrib.operators.gcp_translate_operator.CloudTranslateTextOperator
cloud.operators.translate_speech.CloudTranslateSpeechOperatorcontrib.operators.gcp_translate_speech_operator.CloudTranslateSpeechOperator
cloud.operators.video_intelligence.CloudVideoIntelligenceDetectVideoExplicitContentOperatorcontrib.operators.gcp_video_intelligence_operator.CloudVideoIntelligenceDetectVideoExplicitContentOperator
cloud.operators.video_intelligence.CloudVideoIntelligenceDetectVideoLabelsOperatorcontrib.operators.gcp_video_intelligence_operator.CloudVideoIntelligenceDetectVideoLabelsOperator
cloud.operators.video_intelligence.CloudVideoIntelligenceDetectVideoShotsOperatorcontrib.operators.gcp_video_intelligence_operator.CloudVideoIntelligenceDetectVideoShotsOperator
cloud.operators.vision.CloudVisionCreateProductOperatorcontrib.operators.gcp_vision_operator.CloudVisionProductCreateOperator
cloud.operators.vision.CloudVisionCreateProductSetOperatorcontrib.operators.gcp_vision_operator.CloudVisionProductSetCreateOperator
cloud.operators.vision.CloudVisionCreateReferenceImageOperatorcontrib.operators.gcp_vision_operator.CloudVisionReferenceImageCreateOperator
cloud.operators.vision.CloudVisionDeleteProductOperatorcontrib.operators.gcp_vision_operator.CloudVisionProductDeleteOperator
cloud.operators.vision.CloudVisionDeleteProductSetOperatorcontrib.operators.gcp_vision_operator.CloudVisionProductSetDeleteOperator
cloud.operators.vision.CloudVisionDetectImageLabelsOperatorcontrib.operators.gcp_vision_operator.CloudVisionDetectImageLabelsOperator
cloud.operators.vision.CloudVisionDetectImageSafeSearchOperatorcontrib.operators.gcp_vision_operator.CloudVisionDetectImageSafeSearchOperator
cloud.operators.vision.CloudVisionDetectTextOperatorcontrib.operators.gcp_vision_operator.CloudVisionDetectTextOperator
cloud.operators.vision.CloudVisionGetProductOperatorcontrib.operators.gcp_vision_operator.CloudVisionProductGetOperator
cloud.operators.vision.CloudVisionGetProductSetOperatorcontrib.operators.gcp_vision_operator.CloudVisionProductSetGetOperator
cloud.operators.vision.CloudVisionImageAnnotateOperatorcontrib.operators.gcp_vision_operator.CloudVisionAnnotateImageOperator
cloud.operators.vision.CloudVisionRemoveProductFromProductSetOperatorcontrib.operators.gcp_vision_operator.CloudVisionRemoveProductFromProductSetOperator
cloud.operators.vision.CloudVisionTextDetectOperatorcontrib.operators.gcp_vision_operator.CloudVisionDetectDocumentTextOperator
cloud.operators.vision.CloudVisionUpdateProductOperatorcontrib.operators.gcp_vision_operator.CloudVisionProductUpdateOperator
cloud.operators.vision.CloudVisionUpdateProductSetOperatorcontrib.operators.gcp_vision_operator.CloudVisionProductSetUpdateOperator

转移运算符

新的传输运算符

New Airflow 2.0 transfers: ^{} package
ads.transfers.ads_to_gcs.GoogleAdsToGcsOperator
cloud.transfers.azure_fileshare_to_gcs.AzureFileShareToGCSOperator
cloud.transfers.facebook_ads_to_gcs.FacebookAdsReportToGcsOperator
cloud.transfers.gcs_to_local.GCSToLocalFilesystemOperator
cloud.transfers.gcs_to_sftp.GCSToSFTPOperator
cloud.transfers.presto_to_gcs.PrestoToGCSOperator
cloud.transfers.salesforce_to_gcs.SalesforceToGcsOperator
cloud.transfers.sftp_to_gcs.SFTPToGCSOperator
cloud.transfers.sheets_to_gcs.GoogleSheetsToGCSOperator
suite.transfers.gcs_to_sheets.GCSToGoogleSheetsOperator

移动转移运算符

Airflow 2.0 transfers: ^{} packageAirflow 1.10.* previous location (usually ^{})
cloud.transfers.adls_to_gcs.ADLSToGCSOperatorcontrib.operators.adls_to_gcs.AdlsToGoogleCloudStorageOperator
cloud.transfers.bigquery_to_bigquery.BigQueryToBigQueryOperatorcontrib.operators.bigquery_to_bigquery.BigQueryToBigQueryOperator
cloud.transfers.bigquery_to_gcs.BigQueryToGCSOperatorcontrib.operators.bigquery_to_gcs.BigQueryToCloudStorageOperator
cloud.transfers.bigquery_to_mysql.BigQueryToMySqlOperatorcontrib.operators.bigquery_to_mysql_operator.BigQueryToMySqlOperator
cloud.transfers.cassandra_to_gcs.CassandraToGCSOperatorcontrib.operators.cassandra_to_gcs.CassandraToGoogleCloudStorageOperator
cloud.transfers.gcs_to_bigquery.GCSToBigQueryOperatorcontrib.operators.gcs_to_bq.GoogleCloudStorageToBigQueryOperator
cloud.transfers.gcs_to_gcs.GCSToGCSOperatorcontrib.operators.gcs_to_gcs.GoogleCloudStorageToGoogleCloudStorageOperator
cloud.transfers.local_to_gcs.LocalFilesystemToGCSOperatorcontrib.operators.file_to_gcs.FileToGoogleCloudStorageOperator
cloud.transfers.mssql_to_gcs.MSSQLToGCSOperatorcontrib.operators.mssql_to_gcs.MsSqlToGoogleCloudStorageOperator
cloud.transfers.mysql_to_gcs.MySQLToGCSOperatorcontrib.operators.mysql_to_gcs.MySqlToGoogleCloudStorageOperator
cloud.transfers.postgres_to_gcs.PostgresToGCSOperatorcontrib.operators.postgres_to_gcs_operator.PostgresToGoogleCloudStorageOperator
cloud.transfers.s3_to_gcs.S3ToGCSOperatorcontrib.operators.s3_to_gcs_operator.S3ToGCSOperator
cloud.transfers.sql_to_gcs.BaseSQLToGCSOperatorcontrib.operators.sql_to_gcs.BaseSQLToGoogleCloudStorageOperator
suite.transfers.gcs_to_gdrive.GCSToGoogleDriveOperatorcontrib.operators.gcs_to_gdrive_operator.GCSToGoogleDriveOperator

传感器

新传感器

New Airflow 2.0 sensors: ^{} package
cloud.sensors.bigquery.BigQueryTablePartitionExistenceSensor
cloud.sensors.bigquery_dts.BigQueryDataTransferServiceTransferRunSensor
cloud.sensors.dataflow.DataflowJobMetricsSensor
cloud.sensors.dataflow.DataflowJobStatusSensor
cloud.sensors.dataproc.DataprocJobSensor
marketing_platform.sensors.campaign_manager.GoogleCampaignManagerReportSensor
marketing_platform.sensors.display_video.GoogleDisplayVideo360GetSDFDownloadOperationSensor
marketing_platform.sensors.display_video.GoogleDisplayVideo360ReportSensor
marketing_platform.sensors.search_ads.GoogleSearchAdsReportSensor

移动传感器

Airflow 2.0 sensors: ^{} packageAirflow 1.10.* previous location (usually ^{})
cloud.sensors.bigquery.BigQueryTableExistenceSensorcontrib.sensors.bigquery_sensor.BigQueryTableSensor
cloud.sensors.bigtable.BigtableTableReplicationCompletedSensorcontrib.operators.gcp_bigtable_operator.BigtableTableWaitForReplicationSensor
cloud.sensors.cloud_storage_transfer_service.CloudDataTransferServiceJobStatusSensorcontrib.sensors.gcp_transfer_sensor.GCPTransferServiceWaitForJobStatusSensor
cloud.sensors.gcs.GCSObjectExistenceSensorcontrib.sensors.gcs_sensor.GoogleCloudStorageObjectSensor
cloud.sensors.gcs.GCSObjectUpdateSensorcontrib.sensors.gcs_sensor.GoogleCloudStorageObjectUpdatedSensor
cloud.sensors.gcs.GCSObjectsWtihPrefixExistenceSensorcontrib.sensors.gcs_sensor.GoogleCloudStoragePrefixSensor
cloud.sensors.gcs.GCSUploadSessionCompleteSensorcontrib.sensors.gcs_sensor.GoogleCloudStorageUploadSessionCompleteSensor
cloud.sensors.pubsub.PubSubPullSensorcontrib.sensors.pubsub_sensor.PubSubPullSensor

钩子

新挂钩

New Airflow 2.0 hooks: ^{} package
ads.hooks.ads.GoogleAdsHook
cloud.hooks.automl.CloudAutoMLHook
cloud.hooks.bigquery_dts.BiqQueryDataTransferServiceHook
cloud.hooks.cloud_memorystore.CloudMemorystoreHook
cloud.hooks.cloud_memorystore.CloudMemorystoreMemcachedHook
cloud.hooks.compute_ssh.ComputeEngineSSHHook
cloud.hooks.datacatalog.CloudDataCatalogHook
cloud.hooks.datafusion.DataFusionHook
cloud.hooks.dataprep.GoogleDataprepHook
cloud.hooks.gdm.GoogleDeploymentManagerHook
cloud.hooks.life_sciences.LifeSciencesHook
cloud.hooks.os_login.OSLoginHook
cloud.hooks.secret_manager.SecretsManagerHook
cloud.hooks.stackdriver.StackdriverHook
common.hooks.discovery_api.GoogleDiscoveryApiHook
firebase.hooks.firestore.CloudFirestoreHook
marketing_platform.hooks.analytics.GoogleAnalyticsHook
marketing_platform.hooks.campaign_manager.GoogleCampaignManagerHook
marketing_platform.hooks.display_video.GoogleDisplayVideo360Hook
marketing_platform.hooks.search_ads.GoogleSearchAdsHook
suite.hooks.sheets.GSheetsHook

移动挂钩

Airflow 2.0 hooks: ^{} packageAirflow 1.10.* previous location (usually ^{})
cloud.hooks.bigquery.BigQueryHookcontrib.hooks.bigquery_hook.BigQueryHook
cloud.hooks.bigtable.BigtableHookcontrib.hooks.gcp_bigtable_hook.BigtableHook
cloud.hooks.cloud_build.CloudBuildHookcontrib.hooks.gcp_cloud_build_hook.CloudBuildHook
cloud.hooks.cloud_sql.CloudSQLDatabaseHookcontrib.hooks.gcp_sql_hook.CloudSqlDatabaseHook
cloud.hooks.cloud_sql.CloudSQLHookcontrib.hooks.gcp_sql_hook.CloudSqlHook
cloud.hooks.cloud_storage_transfer_service.CloudDataTransferServiceHookcontrib.hooks.gcp_transfer_hook.GCPTransferServiceHook
cloud.hooks.compute.ComputeEngineHookcontrib.hooks.gcp_compute_hook.GceHook
cloud.hooks.dataflow.DataflowHookcontrib.hooks.gcp_dataflow_hook.DataFlowHook
cloud.hooks.dataproc.DataprocHookcontrib.hooks.gcp_dataproc_hook.DataProcHook
cloud.hooks.datastore.DatastoreHookcontrib.hooks.datastore_hook.DatastoreHook
cloud.hooks.dlp.CloudDLPHookcontrib.hooks.gcp_dlp_hook.CloudDLPHook
cloud.hooks.functions.CloudFunctionsHookcontrib.hooks.gcp_function_hook.GcfHook
cloud.hooks.gcs.GCSHookcontrib.hooks.gcs_hook.GoogleCloudStorageHook
cloud.hooks.kms.CloudKMSHookcontrib.hooks.gcp_kms_hook.GoogleCloudKMSHook
cloud.hooks.kubernetes_engine.GKEHookcontrib.hooks.gcp_container_hook.GKEClusterHook
cloud.hooks.mlengine.MLEngineHookcontrib.hooks.gcp_mlengine_hook.MLEngineHook
cloud.hooks.natural_language.CloudNaturalLanguageHookcontrib.hooks.gcp_natural_language_hook.CloudNaturalLanguageHook
cloud.hooks.pubsub.PubSubHookcontrib.hooks.gcp_pubsub_hook.PubSubHook
cloud.hooks.spanner.SpannerHookcontrib.hooks.gcp_spanner_hook.CloudSpannerHook
cloud.hooks.speech_to_text.CloudSpeechToTextHookcontrib.hooks.gcp_speech_to_text_hook.GCPSpeechToTextHook
cloud.hooks.tasks.CloudTasksHookcontrib.hooks.gcp_tasks_hook.CloudTasksHook
cloud.hooks.text_to_speech.CloudTextToSpeechHookcontrib.hooks.gcp_text_to_speech_hook.GCPTextToSpeechHook
cloud.hooks.translate.CloudTranslateHookcontrib.hooks.gcp_translate_hook.CloudTranslateHook
cloud.hooks.video_intelligence.CloudVideoIntelligenceHookcontrib.hooks.gcp_video_intelligence_hook.CloudVideoIntelligenceHook
cloud.hooks.vision.CloudVisionHookcontrib.hooks.gcp_vision_hook.CloudVisionHook
common.hooks.base_google.GoogleBaseHookcontrib.hooks.gcp_api_base_hook.GoogleBaseHook
suite.hooks.drive.GoogleDriveHookcontrib.hooks.gdrive_hook.GoogleDriveHook

秘密

感动的秘密

Airflow 2.0 secrets: ^{} packageAirflow 1.10.* previous location (usually ^{})
cloud.secrets.secret_manager.CloudSecretManagerBackendcontrib.secrets.gcp_secrets_manager.CloudSecretsManagerBackend

释放

发布2020.11.23

CommitCommittedSubject
19b7e45652020-11-18Enable Markdownlint rule MD003/heading-style/header-style (#12427)
8d09506462020-11-18Fix download method in GCSToBigQueryOperator (#12442)
2c0920fba2020-11-17Adds mechanism for provider package discovery. (#12383)
2cda2f2a02020-11-17Add missing pre-commit definition - provider-yamls (#12393)
80a957f142020-11-17Add Dataflow sensors - job metrics (#12039)
ae7cb4a1e2020-11-17Update wrong commit hash in backport provider changes (#12390)
917e6c4422020-11-16Add provide_file_and_upload to GCSHook (#12310)
cfa4ecfeb2020-11-15Add DataflowJobStatusSensor and support non-blocking execution of jobs (#11726)
6889a333c2020-11-15Improvements for operators and hooks ref docs (#12366)
7825e8f592020-11-13Docs installation improvements (#12304)
32b59f8352020-11-12Fixes the sending of an empty list to BigQuery ^{} (#12307)
250436d962020-11-10Fix spelling in Python files (#12230)
502ba309e2020-11-10Enable Markdownlint rule - MD022/blanks-around-headings (#12225)
dd2095f4a2020-11-10Simplify string expressions & Use f-string (#12216)
f37c6e6fc2020-11-10Add Compute Engine SSH hook (#9879)
85a18e13d2020-11-09Point at pypi project pages for cross-dependency of provider packages (#12212)
59eb5de782020-11-09Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)
61feb6ec42020-11-09Provider's readmes generated for elasticsearch and google packages (#12194)

发布2020.11.13

CommitCommittedSubject
b2a28d1592020-11-09Moves provider packages scripts to dev (#12082)
fcb6b00ef2020-11-08Add authentication to AWS with Google credentials (#12079)
2ef3b7ef82020-11-08Fix ERROR - Object of type 'bytes' is not JSON serializable when using store_to_xcom_key parameter (#12172)
0caec9fd32020-11-06Dataflow - add waiting for successful job cancel (#11501)
cf9437d792020-11-06Simplify string expressions (#12123)
91a64db502020-11-04Format all files (without excepions) by black (#12091)
fd3db778e2020-11-04Add server side cursor support for postgres to GCS operator (#11793)
f1f1940262020-11-04Add DataflowStartSQLQuery operator (#8553)
41bf172c12020-11-04Simplify string expressions (#12093)
5f5244b742020-11-04Add template fields renderers to Biguery and Dataproc operators (#12067)
4e8f9cc8d2020-11-03Enable Black - Python Auto Formmatter (#9550)
8c42cf1b02020-11-03Use PyUpgrade to use Python 3.6 features (#11447)
45ae145c22020-11-03Log BigQuery job id in insert method of BigQueryHook (#12056)
e324b37a62020-11-03Add job name and progress logs to Cloud Storage Transfer Hook (#12014)
6071fdd582020-11-02Improve handling server errors in DataprocSubmitJobOperator (#11947)
2f703df122020-10-30Add SalesforceToGcsOperator (#10760)
e5713e00b2020-10-29Add drain option when canceling Dataflow pipelines (#11374)
37eaac3c52020-10-29The PRs which are not approved run subset of tests (#11828)
79cb771992020-10-28Fixing re pattern and changing to use a single character class. (#11857)
5a439e84e2020-10-26Prepare providers release 0.0.2a1 (#11855)
240c7d4d72020-10-26Google Memcached hooks - improve protobuf messages handling (#11743)
8afdb6ac62020-10-26Fix spellings (#11825)
872b1566a2020-10-25Generated backport providers readmes/setup for 2020.10.29 (#11826)
b680bbc0b2020-10-24Generated backport providers readmes/setup for 2020.10.29

发布2020.10.29

CommitCommittedSubject
b680bbc0b2020-10-24Generated backport providers readmes/setup for 2020.10.29
6ce855af12020-10-24Fix spelling (#11821)
4830687452020-10-24Use Python 3 style super classes (#11806)
727c739af2020-10-22Improve Cloud Memorystore for Redis example (#11735)
1da8379c92020-10-22Fix static checks after merging #10121 (#11737)
91503308c2020-10-22Add Google Cloud Memorystore Memcached Operators (#10121)
950c16d0b2020-10-21Retry requests in case of error in Google ML Engine Hook (#11712)
2bfc53b5e2020-10-21Fix doc errors in google provider files. (#11713)
53e6062102020-10-21Enforce strict rules for yamllint (#11709)
349b0811c2020-10-20Add D200 pydocstyle check (#11688)
2d854c3502020-10-19Add service_account to Google ML Engine operator (#11619)
46a121fb72020-10-18docs: Update Bigquery clustering docstrings (#11232)
49c58147f2020-10-18Strict type checking for provider Google (#11609)
0823d46a72020-10-16Add type annotations for AWS operators and hooks (#11434)
3c10ca6502020-10-16Add DataflowStartFlexTemplateOperator (#8550)
8865d14df2020-10-16Strict type checking for provider google cloud (#11548)
16e7129712020-10-13Added support for provider packages for Airflow 2.0 (#11487)
06141d6d02020-10-12Google cloud operator strict type check (#11450)
d305876be2020-10-12Remove redundant None provided as default to dict.get() (#11448)
1845cd11b2020-10-11Strict type check for google ads and cloud hooks (#11390)
bd204bb912020-10-11Optionally set null marker in csv exports in BaseSQLToGCSOperator (#11409)
75071831b2020-10-10Remove redundant parentheses from Python files (#10967)
8baf657fc2020-10-09Fix regression in DataflowTemplatedJobStartOperator (#11167)
b0fcf67552020-10-07Add AzureFileShareToGCSOperator (#10991)
47b05a87f2020-10-07Improve handling of job_id in BigQuery operators (#11287)
0a0e1af802020-10-03Fix Broken Markdown links in Providers README TOC (#11249)

发布2020.10.5

^{tb15}$

发布2020.6.24

CommitCommittedSubject
416334e2e2020-06-19Properly propagated warnings in operators (#9348)
12af6a0802020-06-19Final cleanup for 2020.6.23rc1 release preparation (#9404)
c7e5bce572020-06-19Prepare backport release candidate for 2020.6.23rc1 (#9370)
4e09c64422020-06-18Adds GCP Secret Manager Hook (#9368)
40bf8f28f2020-06-18Detect automatically the lack of reference to the guide in the operator descriptions (#9290)
f6bd817a32020-06-16Introduce 'transfers' packages (#9320)
639972d992020-06-16Add support for latest Apache Beam SDK in Dataflow operators (#9323)
1459970b32020-06-15Rename CloudBuildCreateBuildOperator to CloudBuildCreateOperator (#9314)
431ea32912020-06-15Resolve upstream tasks when template field is XComArg (#8805)
aee6ab94e2020-06-15Wait for pipeline state in Data Fusion operators (#8954)
fb1c8b83d2020-06-10Add test for BQ operations using location (#9206)
a26afbfa52020-06-10Make generated job_id more informative in BQ insert_job (#9203)
c41192fa12020-06-10Upgrade pendulum to latest major version ~2.0 (#9184)
b1c8c5ed52020-06-09Allows using private endpoints in GKEStartPodOperator (#9169)
5918efc862020-06-05Add 3.8 to the test matrices (#8836)
9bcdadaf72020-06-05Add 'main' param to template_fields in DataprocSubmitPySparkJobOperator (#9154)
f56811dff2020-06-05[AIRFLOW-6290] Create guide for GKE operators (#8883)
76962867b2020-06-04Fix sql_to_gcs hook gzip of schema_file (#9140)
17adcea832020-06-02Fix handling of subprocess error handling in s3_file_transform and gcs (#9106)
7898525462020-06-01Add BigQueryInsertJobOperator (#8868)
29eb68b902020-05-31Create guide for Dataproc Operators (#9037)
886afaf622020-05-29Add example dag and system test for LocalFilesystemToGCSOperator (#9043)
a779c4dfc2020-05-29add separate example dags and system tests for GCSToGoogleSheetsOperator (#9066)
ada26be232020-05-29Add correct description for dst param in LocalFilesystemToGCSOperator (#9055)
81b2761b82020-05-29add example dag and system test for GoogleSheetsToGCSOperator (#9056)
0b0e4f7a42020-05-26Preparing for RC3 release of backports (#9026)
00642a46d2020-05-26Fixed name of 20 remaining wrongly named operators. (#8994)
3994030ea2020-05-26Refactor BigQuery operators (#8858)
cdb3f25452020-05-26All classes in backport providers are now importable in Airflow 1.10 (#8991)
1d36b03032020-05-23Fix references in docs (#8984)
cf5cf45e12020-05-23Support YAML input for CloudBuildCreateOperator (#8808)
499493c5c2020-05-19[AIRFLOW-6586] Improvements to gcs sensor (#7197)
375d1ca222020-05-19Release candidate 2 for backport packages 2020.05.20 (#8898)
841d816642020-05-19Allow setting the pooling time in DLPHook (#8824)
12c5e5d8a2020-05-17Prepare release candidate for backport packages (#8891)
f3521fb0e2020-05-16Regenerate readme files for backport package release (#8886)
15273f0ea2020-05-16Check for same task instead of Equality to detect Duplicate Tasks (#8828)
92585ca4c2020-05-15Added automated release notes generation for backport operators (#8807)
e1e833bb22020-05-13Update GoogleBaseHook to not follow 308 and use 60s timeout (#8816)
8b54919712020-05-12Refactor BigQuery hook methods to use python library (#8631)
6911dfe832020-05-12Fix template fields in Google operators (#8840)
4b06fde0f2020-05-12Fix Flake8 errors (#8841)
1d12c347c2020-05-12Refactor BigQuery check operators (#8813)
493b685d72020-05-10Add separate example DAGs and system tests for google cloud speech (#8778)
79ef8bed82020-05-10Added Upload Multiple Entity Read Files to specified big query dataset (#8610)
280f1f0c42020-05-10Correctly restore upstream_task_ids when deserializing Operators (#8775)
58aefb23b2020-05-08Added SDFtoGCSOperator (#8740)
723c52c942020-05-07Add documentation for SpannerDeployInstanceOperator (#8750)
25ee4211b2020-05-06Support all RuntimeEnvironment parameters in DataflowTemplatedJobStartOperator (#8531)
8d6f1aa4b2020-05-05Support num_retries field in env var for GCP connection (#8700)
67caae0f22020-05-04Add system test for gcs_to_bigquery (#8556)
bc45fa6752020-05-03Add system test and docs for Facebook Ads operators (#8503)
a28c66f232020-04-30[AIRFLOW-4734] Upsert functionality for PostgresHook.insert_rows() (#8625)
992a24ce42020-04-28Split and improve BigQuery example DAG (#8529)
c1fb282302020-04-28Refactor BigQueryHook dataset operations (#8477)
e8d0f8fea2020-04-26Improve idempodency in CloudDataTransferServiceCreateJobOperator (#8430)
37fdfa9772020-04-26[AIRFLOW-6281] Create guide for GCS to GCS transfer operators (#8442)
14b22e6ff2020-04-25Add hook and operator for Google Cloud Life Sciences (#8481)
72ddc94d12020-04-23Pass location using parmamter in Dataflow integration (#8382)
912aa4b422020-04-23Added GoogleDisplayVideo360DownloadLineItemsOperator (#8174)
57c8c05832020-04-22Use python client in BQ hook create_empty_table/dataset and table_exists (#8377)
5d3a7eef32020-04-20Allow multiple extra_packages in Dataflow (#8394)
79c99b1b62020-04-18Added location parameter to BigQueryCheckOperator (#8273)
79d3f33c12020-04-17Clean up temporary files in Dataflow operators (#8313)
efcffa3232020-04-16Add Dataproc SparkR Example (#8240)
b198a1fa92020-04-15Create guide for BigQuery operators (#8276)
2636cc9322020-04-14Raise exception when GCP credential doesn't support account impersonation (#8213)
eee4ebaee2020-04-14Added Facebook Ads Operator #7887 (#8008)
8cae07ea12020-04-14fixed typo (#8294)
45c8983302020-04-13Less aggressive eager upgrade of requirements (#8267)
1fd9ed3842020-04-13Add mypy plugin for decorators. (#8145)
327b0a9f72020-04-13Added GoogleDisplayVideo360UploadLineItemsOperator (#8216)
bb5e403a32020-04-10Honor schema type for MySQL to GCS data pre-process (#8090)
87969a3502020-04-09[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)
3fc89f29f2020-04-06[AIRFLOW-7106] Cloud data fusion integration - Allow to pass args to start pipeline (#7849)
7ef75d2392020-04-03[AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload (#8049)
ed2bc00572020-04-02Add Google Ads list accounts operator (#8007)
3808a62062020-04-01Unify Google class/package names (#8033)
8a02402572020-03-31Rename CloudBaseHook to GoogleBaseHook and move it to google.common (#8011)
8e89780072020-03-31Add more refactor steps for providers.google (#8010)
aae3b8fb22020-03-31Individual package READMEs (#8012)
7790239682020-03-30[AIRFLOW-7075] Operators for storing information from GCS into GA (#7743)
49abce5212020-03-30Improve system tests for Cloud Build (#8003)
0f19a930d2020-03-29Remove GKEStartPodOperator when backporting (#7908)
0e1c238b22020-03-28Get Airflow Variables from GCP Secrets Manager (#7946)
eb4af4f942020-03-28Make BaseSecretsBackend.build_path generic (#7948)
01f99426f2020-03-28Add download/upload operators for GCS and Google Sheets (#7866)
892522f8e2020-03-26Change signature of GSheetsHook methods (#7853)
bfd4251572020-03-26Improve idempotency in MLEngineHook.create_model (#7811)
f9c2263432020-03-26Fix CloudSecretsManagerBackend invalid connections_prefix (#7861)
e3920f12f2020-03-26Improve setUp/tearDown in Cloud Firestore system test (#7862)
8ba8a72952020-03-26Improve example DAGs for Cloud Memorystore (#7855)
f7d1a437c2020-03-26Fix CloudMemorystoreCreateInstanceAndImportOperator operator (#7856)
beef6c2302020-03-26Improve authorization in GCP system tests (#7863)
5f165f3e42020-03-26[AIRFLOW-5801] Get GCP credentials from file instead of JSON blob (#7869)
686d7d50b2020-03-25Standardize SecretBackend class names (#7846)
1982c3fdc2020-03-24Run Dataflow for ML Engine summary in venv (#7809)
eef87b9952020-03-23[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)
529db07b22020-03-23Improve Google PubSub hook publish method (#7831)
4bde99f132020-03-23Make airflow/providers pylint compatible (#7802)
a001489b52020-03-23Improve example DAG for ML Engine (#7810)
9e5a8e7f82020-03-23Add call to Super class in 'google' providers (#7823)
b86bf79bf2020-03-23Fix typo in GCP credentials_provider's docstring (#7818)
56c013ce92020-03-23Add missing docstring in BigQueryHook.create_empty_table (#7817)
426a798472020-03-23Imrove support for laatest API in MLEngineStartTrainingJobOperator (#7812)
cdf1809fc2020-03-23[AIRFLOW-7104] Add Secret backend for GCP Secrets Manager (#7795)
27dac00e12020-03-22[AIRFLOW-7099] Improve system test for cloud transfer service (#7794)
0daf5d7292020-03-22Add ability to specify a maximum modified time for objects in GCSToGCSOperator (#7791)
c8088c2bd2020-03-20[AIRFLOW-7100] Add GoogleAnalyticsGetAdsLinkOperator (#7781)
5106a29312020-03-20[AIRFLOW-6752] Add GoogleAnalyticsRetrieveAdsLinksListOperator (#7748)
759ce2a802020-03-20[AIRFLOW-6978] Add PubSubPullOperator (#7766)
6b9b214e42020-03-20[AIRFLOW-6732] Add GoogleAdsHook and GoogleAdsToGcsOperator (#7692)
b118916962020-03-19[AIRFLOW-7069] Fix cloudsql system tests (#7770)
ae854cae52020-03-19[AIRFLOW-7082] Remove catch_http_exception decorator in GCP hooks (#7756)
7e1e954d22020-03-19[AIRFLOW-7085] Cache credentials, project_id in GCP Base Hook (#7759)
6e21c139b2020-03-19[AIRFLOW-XXXX] Fix reference to GCP classes in guides (#7762)
ce022a3f72020-03-19[AIRFLOW-XXXX] Add cross-references for operators guide (#7760)
029c84e552020-03-18[AIRFLOW-5421] Add Presto to GCS transfer operator (#7718)
63a3102ed2020-03-18[AIRFLOW-7064] Add CloudFirestoreExportDatabaseOperator (#7725)
73305c7bd2020-03-18[AIRFLOW-7081] Remove env variables from GCP guide (#7755)
60fdbf6d92020-03-18[AIRFLOW-5610] Add ability to specify multiple objects to copy in GCSToGCSOperator (#7728)
de7e934ca2020-03-17[AIRFLOW-7079] Remove redundant code for storing template_fields (#7750)
0de0347b22020-03-17[AIRFLOW-6855]: Escape project_dataset_table in SQL query in gcs to bq … (#7475)
91557c6f82020-03-17[AIRFLOW-7073] GKEStartPodOperator always use connection credentials (#7738)
51161dbd92020-03-16[AIRFLOW-5664] Store timestamps with microseconds precision (#6354)
2bc020c432020-03-14[AIRFLOW-7055] Verbose logging option for google provider (#7711)
c997cab422020-03-13[AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator (#7630)
137896f322020-03-12[AIRFLOW-7034] Remove feature: Assigning Dag to task using Bitshift Op (#7685)
1f77f943d2020-03-10[AIRFLOW-6980] Improve system tests and building providers package (#7615)
bf9b6b6d72020-03-09[AIRFLOW-5013] Add GCP Data Catalog Hook and operators (#7664)
e5130dc9f2020-03-09[AIRFLOW-2911] Add job cancellation capability to Dataflow service (#7659)
faf0df4b92020-03-09[AIRFLOW-XXXX] Fix upsert operator in BQ example DAG (#7666)
42eef38212020-03-07[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)
b5b9795f02020-03-07[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix) (#7624)
6b65038fb2020-03-06[AIRFLOW-6990] Improve system tests for Google Marketing Platform (#7631)
755fe52242020-03-05[AIRFLOW-6915] Add AI Platform Console Link for MLEngineStartTrainingJobOperator (#7535)
cb2f339112020-03-04[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (#7609)
09fea3ce82020-03-04[AIRFLOW-6977] Fix BigQuery DTS example DAG (#7612)
8230ccc482020-03-04[AIRFLOW-6926] Fix Google Tasks operators return types and idempotency (#7547)
0d1e3088a2020-03-04[AIRFLOW-6970] Improve GCP Video Intelligence system tests (#7604)
ab6bb00122020-03-03[AIRFLOW-6971] Fix return type in CloudSpeechToTextRecognizeSpeechOperator (#7607)
3db4ade3d2020-02-29[AIRFLOW-6924] Fix Google DLP operators return types (#7546)
008b4bab12020-02-27[AIRFLOW-6730] Use total_seconds instead of seconds (#7363)
bb552b2d92020-02-25[AIRFLOW-6908] Lazy load AirflowException (#7528)
d1a34246a2020-02-25[AIRFLOW-6593] Add GCP Stackdriver Alerting Hooks and Operators (#7322)
3320e432a2020-02-24[AIRFLOW-6817] Lazy-load ^{} to keep user-facing API untouched (#7517)
dcf8743522020-02-24[AIRFLOW-6894] Prevent db query in example_dags (#7516)
4d03e33c12020-02-22[AIRFLOW-6817] remove imports from ^{}, replaced implicit imports with explicit imports, added entry to ^{} - squashed/rebased (#7456)
35b9616372020-02-21[AIRFLOW-4973] Add Cloud Data Fusion Pipeline integration (#7486)
aff3a361b2020-02-20[AIRFLOW-6558] Campaign Manager operators for conversions (#7420)
9cbd7de6d2020-02-18[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)
5b199cb862020-02-17[AIRFLOW-XXXX] Typo in example_bigquery DAG (#7429)
2c9345a8e2020-02-17[AIRFLOW-6759] Added MLEngine operator/hook to cancel MLEngine jobs (#7400)
946bdc23c2020-02-16[AIRFLOW-6405] Add GCP BigQuery Table Upsert Operator (#7126)
2381c820c2020-02-13[AIRFLOW-6505] Let emoji encoded properly for json.dumps() (#7399)
04c1fefbf2020-02-03[AIRFLOW-6676] added GCSDeleteBucketOperator (#7307)
a0252748f2020-02-03[AIRFLOW-6717] Remove non-existent field from templated_fields (#7340)
97a429f9d2020-02-02[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)
9d8d075572020-02-03[AIRFLOW-6715] Fix Google Cloud DLP Example DAG (#7337)
cf141506a2020-02-02[AIRFLOW-6708] Set unique logger names (#7330)
373c6aa4a2020-01-30[AIRFLOW-6682] Move GCP classes to providers package (#7295)
83c0378732020-01-30[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)
057f3ae3a2020-01-29[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)
ceea293c12020-01-28[AIRFLOW-6656] Fix AIP-21 moving (#7272)
c42a375e72020-01-27[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)
059eda05f2020-01-21[AIRFLOW-6610] Move software classes to providers package (#7231)
f4d3e5e542020-01-13[AIRFLOW-6102] [AIP-21] Rename Dataproc operators (#7151)
e7bf8ecb42020-01-13[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)
5b6772cb82020-01-09[AIRFLOW-6125] [AIP-21] Rename S3 operator and SFTP operator (#7112)
4f8592ae82020-01-08[AIRFLOW-6118] [AIP-21] Rename Pubsub operators and hook (#7046)
20299473f2020-01-03[AIRFLOW-6115] [AIP-21] Rename GCP vision operators (#7020)
18e8cea4e2020-01-03[AIRFLOW-6428] Fix import path for airflow.utils.dates.days_ago in Example DAGs (#7007)
95087af142019-12-31[AIRFLOW-6110] [AIP-21] Rename natural_language service (#6968)
69629a5a92019-12-09[AIRFLOW-5807] Move SFTP from contrib to providers. (#6464)
25e9047a42019-12-09[AIRFLOW-6193] Do not use asserts in Airflow main code (#6749)
ed0a14f322019-12-09[AIRFLOW-6120] Rename GoogleCloudBaseHook (#6734)
2f2f89c142019-12-01[AIRFLOW-6139] Consistent spaces in pylint enable/disable (#6701)
03c870a612019-11-26[AIRFLOW-6010] Remove cyclic imports and pylint hacks (#6601)
5c4cfea8c2019-11-15[AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator (#6393)
44a8c37a92019-11-13[AIRFLOW-XXX] Fix the docstring for Dataproc get_job method (#6581)
d633d3ac42019-11-13[AIRFLOW-5691] Rewrite Dataproc operators to use python library (#6371)
d985c02d92019-11-05[AIRFLOW-XXX] Add How-To-Guide to GCP PubSub (#6497)
a296cdabd2019-11-04[AIRFLOW-5743] Move Google PubSub to providers package (#6476)
470b2a7792019-10-30[AIRFLOW-5741] Move Cloud Natural Language to providers (#6421)
f2caa451f2019-10-27[AIRFLOW-5742] Move Google Cloud Vision to providers package (#6424)
16d7accb22019-10-22[AIRFLOW-4971] Add Google Display & Video 360 integration (#6170)
4e661f5352019-10-22[AIRFLOW-5379] Add Google Search Ads 360 operators (#6228)
19e32b4e22019-10-18[AIRFLOW-5656] Rename provider to providers module (#6333)

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java我在SearchView谷歌地图中遇到问题   java Oracle将空字符串转换为null,但JPA不会相应地更新实体缓存   javascript Webview未显示该页面   java无法解析“JSONObject”中的方法“toMap”   Web服务的简单java客户端代码与QName有关吗?   跨不同测试类共享TestNG设置Selenium Java   java如何将Spring OAuth2服务器集成到Liferay中   java无法解析导入sun   使用1个变量的java Fibonacci   java如何从活动中调用片段活动?   html Java/HtmlUnit如何从HtmlImageInput获取HtmlImage?   JavaGoogleMapsAPIv2显示空白地图   Java:printstream输出奇怪,为什么toString不转换?   linux为什么有时候JVM会被卡住几秒钟,然后在java中再次恢复?   Java在流中丢失国际字符   java More Mockito返回\u DEEP\u STUBS悲哀   java有没有办法仅从jdbc数据库url恢复数据库(.db或.mdb文件)?   java ArrayList removeAll()不删除对象