-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-6682] Move GCP classes to providers package (#7295)
* [AIP-21] Move gcp.hooks.automl providers.google.cloud.hooks.automl * [AIP-21] Move gcp.hooks.bigquery providers.google.cloud.hooks.bigquery * [AIP-21] Move gcp.hooks.bigquery_dts providers.google.cloud.hooks.bigquery_dts * [AIP-21] Move gcp.hooks.bigtable providers.google.cloud.hooks.bigtable * [AIP-21] Move gcp.hooks.cloud_build providers.google.cloud.hooks.cloud_build * [AIP-21] Move gcp.hooks.cloud_memorystore providers.google.cloud.hooks.cloud_memorystore * [AIP-21] Move gcp.hooks.cloud_sql providers.google.cloud.hooks.cloud_sql * [AIP-21] Move gcp.hooks.cloud_storage_transfer_service providers.google.cloud.hooks.cloud_storage_transfer_service * [AIP-21] Move gcp.hooks.compute providers.google.cloud.hooks.compute * [AIP-21] Move gcp.hooks.dataflow providers.google.cloud.hooks.dataflow * [AIP-21] Move gcp.hooks.datastore providers.google.cloud.hooks.datastore * [AIP-21] Move gcp.hooks.dlp providers.google.cloud.hooks.dlp * [AIP-21] Move gcp.hooks.functions providers.google.cloud.hooks.functions * [AIP-21] Move gcp.hooks.gcs providers.google.cloud.hooks.gcs * [AIP-21] Move gcp.hooks.kms providers.google.cloud.hooks.kms * [AIP-21] Move gcp.hooks.kubernetes_engine providers.google.cloud.hooks.kubernetes_engine * [AIP-21] Move gcp.hooks.mlengine providers.google.cloud.hooks.mlengine * [AIP-21] Move gcp.hooks.spanner providers.google.cloud.hooks.spanner * [AIP-21] Move gcp.hooks.speech_to_text providers.google.cloud.hooks.speech_to_text * [AIP-21] Move gcp.hooks.text_to_speech providers.google.cloud.hooks.text_to_speech * [AIP-21] Move gcp.hooks.translate providers.google.cloud.hooks.translate * [AIP-21] Move gcp.hooks.discovery_api providers.google.cloud.hooks.discovery_api * [AIP-21] Move gcp.hooks.video_intelligence providers.google.cloud.hooks.video_intelligence * [AIP-21] Move gcp.sensors.bigquery providers.google.cloud.sensors.bigquery * [AIP-21] Move gcp.sensors.bigquery_dts providers.google.cloud.sensors.bigquery_dts * [AIP-21] Move gcp.sensors.bigtable providers.google.cloud.sensors.bigtable * [AIP-21] Move gcp.sensors.cloud_storage_transfer_service providers.google.cloud.sensors.cloud_storage_transfer_service * [AIP-21] Move gcp.operators.automl providers.google.cloud.operators.automl * [AIP-21] Move gcp.operators.bigquery providers.google.cloud.operators.bigquery * [AIP-21] Move gcp.operators.bigquery_dts providers.google.cloud.operators.bigquery_dts * [AIP-21] Move gcp.operators.bigtable providers.google.cloud.operators.bigtable * [AIP-21] Move gcp.operators.cloud_build providers.google.cloud.operators.cloud_build * [AIP-21] Move gcp.operators.cloud_memorystore providers.google.cloud.operators.cloud_memorystore * [AIP-21] Move gcp.operators.cloud_sql providers.google.cloud.operators.cloud_sql * [AIP-21] Move gcp.operators.cloud_storage_transfer_service providers.google.cloud.operators.cloud_storage_transfer_service * [AIP-21] Move gcp.operators.compute providers.google.cloud.operators.compute * [AIP-21] Move gcp.operators.datastore providers.google.cloud.operators.datastore * [AIP-21] Move gcp.operators.dlp providers.google.cloud.operators.dlp * [AIP-21] Move gcp.operators.functions providers.google.cloud.operators.functions * [AIP-21] Move gcp.operators.gcs providers.google.cloud.operators.gcs * [AIP-21] Move gcp.operators.kubernetes_engine providers.google.cloud.operators.kubernetes_engine * [AIP-21] Move gcp.operators.mlengine providers.google.cloud.operators.mlengine * [AIP-21] Move gcp.operators.spanner providers.google.cloud.operators.spanner * [AIP-21] Move gcp.operators.speech_to_text providers.google.cloud.operators.speech_to_text * [AIP-21] Move gcp.operators.tasks providers.google.cloud.operators.tasks * [AIP-21] Move gcp.operators.text_to_speech providers.google.cloud.operators.text_to_speech * [AIP-21] Move gcp.operators.translate providers.google.cloud.operators.translate * [AIP-21] Move gcp.operators.translate_speech providers.google.cloud.operators.translate_speech * [AIP-21] Move gcp.operators.video_intelligence providers.google.cloud.operators.video_intelligence * [AIP-21] Move operators.adls_to_gcs providers.google.cloud.operators.adls_to_gcs * [AIP-21] Move operators.bigquery_to_bigquery providers.google.cloud.operators.bigquery_to_bigquery * [AIP-21] Move operators.bigquery_to_gcs providers.google.cloud.operators.bigquery_to_gcs * [AIP-21] Move operators.bigquery_to_mysql providers.google.cloud.operators.bigquery_to_mysql * [AIP-21] Move operators.cassandra_to_gcs providers.google.cloud.operators.cassandra_to_gcs * [AIP-21] Move operators.gcs_to_bq providers.google.cloud.operators.gcs_to_bigquery * [AIP-21] Move operators.gcs_to_gcs providers.google.cloud.operators.gcs_to_gcs * [AIP-21] Move operators.gcs_to_sftp providers.google.cloud.operators.gcs_to_sftp * [AIP-21] Move operators.local_to_gcs providers.google.cloud.operators.local_to_gcs * [AIP-21] Move operators.mssql_to_gcs providers.google.cloud.operators.mssql_to_gcs * [AIP-21] Move operators.mysql_to_gcs providers.google.cloud.operators.mysql_to_gcs * [AIP-21] Move operators.postgres_to_gcs providers.google.cloud.operators.postgres_to_gcs * [AIP-21] Move operators.sql_to_gcs providers.google.cloud.operators.sql_to_gcs * Update docs * [AIP-21] Move gcp.hooks.base providers.google.cloud.hooks.base * Move system tests to providers package * Fix deprecation message * Remove gcp.{operators,hooks,sensors} * Move gcp.example_dags to providers.google.cloud.example_dags * Move gcp.utils to providers.google.cloud.utils * Remove airflow.gcp * Fix import paths in tests * Remove reference to airflow.gcp * Fix utils path in test_mlengine_utils.py
- Loading branch information
Showing
372 changed files
with
3,727 additions
and
3,315 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.