Lee-W commented on code in PR #69311:
URL: https://github.com/apache/airflow/pull/69311#discussion_r3519137430


##########
airflow-core/src/airflow/partition_mappers/base.py:
##########
@@ -38,6 +38,10 @@ class PartitionMapper(ABC):
 
     is_rollup: ClassVar[bool] = False
 
+    # Class-level default so the attribute resolves even on subclasses whose
+    # __init__ (e.g. attrs-generated in plugins) never calls this base 
__init__.

Review Comment:
   Sounds good. removed



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