Repository: incubator-airflow Updated Branches: refs/heads/master ffbe7282d -> 7e691d3f6
Update upgrade documentation for Google Cloud Closes #1979 from alexvanboxel/pr/doc_gcloud Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/7e691d3f Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/7e691d3f Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/7e691d3f Branch: refs/heads/master Commit: 7e691d3f6040e975f68d6d7ce5d368ad84477dc1 Parents: ffbe728 Author: Alex Van Boxel <[email protected]> Authored: Tue Jan 10 09:03:37 2017 +0100 Committer: Bolke de Bruin <[email protected]> Committed: Tue Jan 10 09:03:44 2017 +0100 ---------------------------------------------------------------------- UPDATING.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/7e691d3f/UPDATING.md ---------------------------------------------------------------------- diff --git a/UPDATING.md b/UPDATING.md index 917215e..e23fd57 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -17,6 +17,14 @@ Previously, new DAGs would be scheduled immediately. To retain the old behavior, dags_are_paused_at_creation = False ``` +#### Google Cloud Operator and Hook alignment + +All Google Cloud Operators and Hooks are aligned and use the same client library. Now you have a single connection type for all kinds of Google Cloud Operators. + +If you experience problems connecting with your operator make sure you set the connection type "Google Cloud Platform". + +Also the old P12 key file type is not supported anymore and only the new JSON key files are supported as a service account. + ### Deprecated Features These features are marked for deprecation. They may still work (and raise a `DeprecationWarning`), but are no longer supported and will be removed entirely in Airflow 2.0
