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
Just trying to get airflow up and running throws the error:
ERROR - Failed to import: /usr/local/evoodas/geosolutions/airflow/dags/sentinel2/S2_Download.py Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/airflow/models.py", line 264, in process_file m = imp.load_source(mod_name, filepath) File "/usr/local/evoodas/geosolutions/airflow/dags/sentinel2/S2_Download.py", line 98, in <module> target_dir = sentinel2_config['product_zip_target_dir'], KeyError: 'product_zip_target_dir'
The module evo-odas/airflow/dags/sentinel2/config.py is missing a `sentinel2_config["product_zip_target_dir"] key.
evo-odas/airflow/dags/sentinel2/config.py
The text was updated successfully, but these errors were encountered:
I'll make a PR for this early next week randomorder@319a126
Sorry, something went wrong.
Fixed by #163
randomorder
maabdelghaffar
No branches or pull requests
Just trying to get airflow up and running throws the error:
The module
evo-odas/airflow/dags/sentinel2/config.py
is missing a `sentinel2_config["product_zip_target_dir"] key.The text was updated successfully, but these errors were encountered: