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:
[email protected]


Reply via email to