dstandish commented on code in PR #42277:
URL: https://github.com/apache/airflow/pull/42277#discussion_r1763980514
##########
airflow/models/__init__.py:
##########
@@ -86,6 +87,8 @@ def __getattr__(name):
__lazy_imports = {
"DAG": "airflow.models.dag",
"ID_LEN": "airflow.models.base",
+ "Backfill": "airflow.models.backfill",
+ "BackfillDagRun": "airflow.models.backfill",
Review Comment:
IIRC i needed to add them _somewhere_ in the module for it to work.
i'll take a look.
--
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]