Hi,

I would like to propose a new provider.

*Background*

As noted in the comment on this PR
<https://github.com/apache/airflow/pull/41441>, several operators and
sensors related to time are currently located in the core of Airflow:
BranchDayOfWeekOperator, BranchDateTimeOperator, DateTimeSensor,
TimeDeltaSensor, TimeSensor, and DayOfWeekSensor.

Because these components reside in the core, any modifications to them
require changes to the Airflow core rather than the providers.

*Suggestion*

I propose creating a new provider, Common.time, to collect all these
time-related operators and sensors. This would help decouple them from the
core.

I'm happy to lead this effort and raise a PR.

WDYT?

Rom Sharon

Reply via email to