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


##########
airflow-core/src/airflow/partition_mappers/temporal.py:
##########
@@ -30,14 +34,23 @@ class _BaseTemporalMapper(PartitionMapper, ABC):
 
     def __init__(
         self,
+        *,

Review Comment:
   It's not yet released. So no users should be using it yet. I expect the use 
of input_format and output_format is rare, so users should be especially 
careful when using them; thus, the keyword-only approach would be better.



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