uranusjr commented on code in PR #66030:
URL: https://github.com/apache/airflow/pull/66030#discussion_r3278833834
##########
airflow-core/src/airflow/partition_mappers/temporal.py:
##########
@@ -386,3 +389,121 @@ def normalize(self, dt: datetime) -> datetime:
second=0,
microsecond=0,
)
+
+
+class FanOutMapper(PartitionMapper):
Review Comment:
If “fanout” is a word (as defined in spelling_wordlist), this should be
FanoutMapper instead. If not, the word should be spelled “fan out” or “fan-out”.
--
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]