casra-developers commented on a change in pull request #16110:
URL: https://github.com/apache/airflow/pull/16110#discussion_r640688180
##########
File path: airflow/__main__.py
##########
@@ -34,6 +35,15 @@ def main():
os.environ['KRB5CCNAME'] = conf.get('kerberos', 'ccache')
os.environ['KRB5_KTNAME'] = conf.get('kerberos', 'keytab')
+ # if dags folder has to be set to configured value, make sure it is set
properly (needed on Dask-Workers)
Review comment:
This is probably not an ideal solution and I forgot to put this in from
our repository in the first commit. On Windows the Dask-Worker tries to get the
DAG at the location where it is stored on the Airflow server (e.g.
/home/airflow/dags). So here we actually force it to use the DAG path in the
config file... I don't know how this is handled on a setup involving only Linux
machines.
--
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]