henry3260 commented on code in PR #58852:
URL: https://github.com/apache/airflow/pull/58852#discussion_r2664369425
##########
airflow-core/tests/unit/jobs/test_triggerer_job.py:
##########
@@ -113,6 +113,7 @@ def create_trigger_in_db(session, trigger, operator=None):
session.flush()
dag_model = DagModel(dag_id="test_dag", bundle_name=bundle_name)
+ dag_model.timetable_type = ""
Review Comment:
> And the same for below?
Should We implement it like this: `timetable_type: Mapped[str] =
mapped_column(String(255), nullable=False, default="")`? This can add
timetable_type to the constructor
--
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]