renat-sagut commented on code in PR #68517:
URL: https://github.com/apache/airflow/pull/68517#discussion_r3650098771
##########
task-sdk/src/airflow/sdk/definitions/timetables/assets.py:
##########
@@ -43,13 +43,13 @@ class AssetTriggeredTimetable(BaseTimetable):
"""
asset_condition: BaseAsset = attrs.field(alias="assets")
+ batch_asset_events: bool = True
@attrs.define
class PartitionedAssetTimetable(AssetTriggeredTimetable):
"""Asset-driven timetable that listens for partitioned assets."""
- asset_condition: BaseAsset = attrs.field(alias="assets")
Review Comment:
it is inherited from the parent class
https://github.com/apache/airflow/blob/0378a727e5fcbf63968331944ef7130308039686/task-sdk/src/airflow/sdk/definitions/timetables/assets.py#L45
--
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]