uranusjr commented on code in PR #60204:
URL: https://github.com/apache/airflow/pull/60204#discussion_r2689860907
##########
task-sdk/src/airflow/sdk/definitions/timetables/assets.py:
##########
@@ -43,6 +44,26 @@ class AssetTriggeredTimetable(BaseTimetable):
asset_condition: BaseAsset = attrs.field(alias="assets")
+class PartitionMapper(ABC):
Review Comment:
Probably don’t need the ABC here since the class is completely empty anyway.
--
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]