uranusjr commented on issue #28402: URL: https://github.com/apache/airflow/issues/28402#issuecomment-1370542263
> where there is no need to re-run the scripts to load these dags before running each task, we can directly use the serialized dags stored in the DB A serialised DAG does not contain actual operator logic, only the DAG’s _shape_. So it’s not possible to run tasks against them. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
