Repository: incubator-airflow Updated Branches: refs/heads/master 48c9df35b -> c450b6087
[AIRFLOW-1338][AIRFLOW-782] Add GCP dataflow hook runner change to UPDATING.md Closes #2326 from yk5/df-python Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/c450b608 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/c450b608 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/c450b608 Branch: refs/heads/master Commit: c450b608780cb627ecd9b43cd3f14832e1a526cc Parents: 48c9df3 Author: Younghee Kwon <[email protected]> Authored: Fri Jun 23 15:07:45 2017 -0700 Committer: Chris Riccomini <[email protected]> Committed: Fri Jun 23 15:07:45 2017 -0700 ---------------------------------------------------------------------- UPDATING.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/c450b608/UPDATING.md ---------------------------------------------------------------------- diff --git a/UPDATING.md b/UPDATING.md index 1cb51e5..c38c96d 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -20,6 +20,8 @@ supported and will be removed entirely in Airflow 2.0 Previously, post_execute() only took one argument, `context`. +- `contrib.hooks.gcp_dataflow_hook.DataFlowHook` starts to use `--runner=DataflowRunner` instead of `DataflowPipelineRunner`, which is removed from the package `google-cloud-dataflow-0.6.0`. + ## Airflow 1.8.1 The Airflow package name was changed from `airflow` to `apache-airflow` during this release. You must uninstall your
