Skip to content
New issue

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

Invalid config for S2_Download DAG #160

Closed
ricardogsilva opened this issue Sep 1, 2017 · 2 comments
Closed

Invalid config for S2_Download DAG #160

ricardogsilva opened this issue Sep 1, 2017 · 2 comments

Comments

@ricardogsilva
Copy link
Contributor

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.

@randomorder
Copy link
Member

I'll make a PR for this early next week
randomorder@319a126

@randomorder
Copy link
Member

Fixed by #163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants