potiuk commented on code in PR #49776: URL: https://github.com/apache/airflow/pull/49776#discussion_r2059979103
########## airflow-core/docs/redirects.txt: ########## @@ -174,3 +174,13 @@ howto/define_extra_link.rst howto/define-extra-link.rst # Use test config (it's not a howto for users but a howto for developers so we redirect it back to index) howto/use-test-config.rst index.rst + +# Operators/Sensors moved to standard providers + +howto/operator/bash.rst ../apache-airflow-providers-standard/stable/operators/bash.html +howto/operator/datetime.rst ../apache-airflow-providers-standard/stable/operators/datetime.html +howto/operator/external_task_sensor.rst ../apache-airflow-providers-standard/stable/sensors/external_task_sensor.html +howto/operator/file.rst ../apache-airflow-providers-standard/stable/sensors/file.html +howto/operator/python.rst ../apache-airflow-providers-standard/stable/operators/python.html +howto/operator/time.rst ../apache-airflow-providers-standard/stable/sensors/datetime.html +howto/operator/weekday.rst ../apache-airflow-providers-standard/stable/operators/datetime.html#branchdayofweekoperator Review Comment: Yeah -- 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]
