potiuk commented on PR #44027: URL: https://github.com/apache/airflow/pull/44027#issuecomment-2505164494
> But isn't @ task mean PythonOperator and therefore we want it out of Core? Yeah. I also think while the base `DecoratedOperator` (and all in airflow/decorators/base.py) should stay in "core" - "task" and other decorators can be easily (or so I think) move to `standard` (unless there is a good reason not to). BaseOperator. MappedOperator, DecoratedOperator are all "core" concepts - but @task, @task.bash etc. could be just considered as concrete implementations of those that could live in the standard provider. @uranusjr - is there a reason why we should not move it ? -- 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]
