You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/23 14:46:37 UTC

[GitHub] [airflow] ashb commented on issue #6147: [AIRFLOW-5512] Add gcp dependencies into devel

ashb commented on issue #6147: [AIRFLOW-5512] Add gcp dependencies into devel
URL: https://github.com/apache/airflow/pull/6147#issuecomment-534132181
 
 
   This PR as it stands now doesn't look right as it significantly changes how/when/which DAG files are actually parsed and would mean no import errors show up in the UI I think.
   
   If the goal is to stop the errors from parsing DAGs showing up in the CLI when running `db init` then the migration that imports the dags `airflow/migrations/versions/cc1e65623dc7_add_max_tries_column_to_task_instance.py` could be altered to either capture/silence the errors, or better might be to make that migration just work from the DB, not the code.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services