uranusjr commented on PR #47602:
URL: https://github.com/apache/airflow/pull/47602#issuecomment-2717104422

   Yeah I think the most problematic part here is where we load example dags 
into DagBag for tests. Tests just send things in that DagBag directly into the 
scheduler, but the scheduler expects the DAG class in `airflow.models` instead.
   
   There are a couple of other failures but they are all pretty trivial like 
the one you mentioned.
   
   Relatedly, we currently do not have example DAGs that use the SDK. This 
would have been surfaced sooner if we added at least one.


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

Reply via email to