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 2021/06/14 07:19:48 UTC

[GitHub] [airflow] eladkal edited a comment on issue #9367: Fetching logs of tasks which are not currently executed with DAGS

eladkal edited a comment on issue #9367:
URL: https://github.com/apache/airflow/issues/9367#issuecomment-859498288


   This is really a bad idea to create tasks in such manner. Airflow expects a static or slowly changing DAG structure. You are also making expensive calls to the database as a top level code - this can easily overwhelm your database.
   
   Since this use case is not something we encourage I'm closing the issue (I'm also not so clear what was the feature request to begin with) this is more of a technical issue of how to access logs please ask the question in Stackoverflow or Slack.


-- 
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