feluelle commented on a change in pull request #6419: [AIRFLOW-5670] Rename 
DataFlowHook to DataflowHook
URL: https://github.com/apache/airflow/pull/6419#discussion_r342031295
 
 

 ##########
 File path: airflow/contrib/hooks/gcp_dataflow_hook.py
 ##########
 @@ -21,9 +21,23 @@
 import warnings
 
 # pylint: disable=unused-import
-from airflow.gcp.hooks.dataflow import DEFAULT_DATAFLOW_LOCATION, 
DataFlowHook, DataflowJobStatus  # noqa
+from airflow.gcp.hooks.dataflow import DEFAULT_DATAFLOW_LOCATION, 
DataflowHook, DataflowJobStatus  # noqa
 
 Review comment:
   Same here @michalslowikowski00. Can you check your other AIP-21 PR's as 
well, please :)
   
   ```suggestion
   from airflow.gcp.hooks.dataflow import DEFAULT_DATAFLOW_LOCATION, 
DataflowHook, DataflowJobStatus
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to