You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/22 08:15:44 UTC

[GitHub] [airflow] TobKed commented on pull request #13478: Google Dataflow Flex Operator to handle no Job Type

TobKed commented on pull request #13478:
URL: https://github.com/apache/airflow/pull/13478#issuecomment-783182933


   > Hi, is there a temporary fix for batch jobs to not fail until this PR gets merged?
   
   You can create python files with correct code which will be available within your code base and import them with correct path. (PTAL at LEGB rule [e.g. here](https://realpython.com/python-scope-legb-rule/)).
   
   
   > 
   > I also notice a mismatch between File "/usr/local/lib/airflow/airflow/providers/google/cloud/hooks/dataflow.py", line 321 and the actual code base where it's in line 381. Is this something to be worried about?
   
   Probably some changes were merged into master in comprarison to your installed version. Some time ago Beam operators were intoduced and some logic is handled by Beam provider now. In my opinion nothing to worry but if you have possibility please test your pipelines with the last version of google and beam providers.
   


----------------------------------------------------------------
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:
users@infra.apache.org