nailo2c commented on code in PR #58543:
URL: https://github.com/apache/airflow/pull/58543#discussion_r3006570567


##########
airflow-core/src/airflow/timetables/assets.py:
##########
@@ -90,3 +94,75 @@ def generate_run_id(self, *, run_type: DagRunType, **kwargs: 
typing.Any) -> str:
         if run_type != DagRunType.ASSET_TRIGGERED:
             return self.timetable.generate_run_id(run_type=run_type, **kwargs)
         return super().generate_run_id(run_type=run_type, **kwargs)
+
+
+class AssetAndTimeSchedule(Timetable):

Review Comment:
   Really great suggestion, I saw that `AssetOrTimeSchedule` have a task sdk 
version, and yes this should have one too.



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