We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all, thanks for creating this tool. The local environments will come in very useful for local testing, shortening the feedback loop.
I noticed that my DAGs were failing because:
/home/airflow/airflow/data
/home/airflow/gcs/data
Please consider making the paths the same so that absolute path references work.
This is useful for BashOperator's cwd argument, which is non-templated and needs an absolute path.
cwd
ln -s /home/airflow/airflow/dags /home/airflow/gcs ln -s /home/airflow/airflow/plugins /home/airflow/gcs ln -s /home/airflow/airflow/data /home/airflow/gcs
You may modify the CLI to add this in entrypoint.sh too.
entrypoint.sh
Thank you!
The text was updated successfully, but these errors were encountered:
Since we're in 0.9.x version we've made a decision to align the paths so the workaround is not needed anymore.
Thanks for reporting this discrepancy :)
Sorry, something went wrong.
No branches or pull requests
First of all, thanks for creating this tool. The local environments will come in very useful for local testing, shortening the feedback loop.
I noticed that my DAGs were failing because:
/home/airflow/airflow/data
/home/airflow/gcs/data
Please consider making the paths the same so that absolute path references work.
This is useful for BashOperator's
cwd
argument, which is non-templated and needs an absolute path.Workaround
You may modify the CLI to add this in
entrypoint.sh
too.Thank you!
The text was updated successfully, but these errors were encountered: