bbcbruno commented on issue #4554: [AIRFLOW-3729] Support env variables with pod runtime information in KubernetesPodOperator URL: https://github.com/apache/airflow/pull/4554#issuecomment-467066890 @OmerJog I just rebased my branch with master and there is some problems that need to be fixed (not from my PR) ``` ./tests/core.py:959:53: F812 list comprehension redefines 'f' from line 933 ./tests/contrib/operators/test_cassandra_to_gcs_operator.py:82:33: F812 list comprehension redefines 'd' from line 74 ./airflow/jobs.py:1736:29: F812 list comprehension redefines 'dag' from line 1726 ./airflow/contrib/operators/cassandra_to_gcs.py:261:69: F812 list comprehension redefines 'name' from line 253 ./airflow/contrib/operators/cassandra_to_gcs.py:272:54: F812 list comprehension redefines 'name' from line 264 ./airflow/contrib/operators/cassandra_to_gcs.py:272:60: F812 list comprehension redefines 'value' from line 264 ./airflow/contrib/hooks/azure_data_lake_hook.py:67:16: F821 undefined name 'FileNotFoundError' ``` Should I fix this issues?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
