ashb commented on code in PR #48683:
URL: https://github.com/apache/airflow/pull/48683#discussion_r2028535610
##########
providers/standard/provider.yaml:
##########
@@ -93,3 +93,23 @@ config:
type: string
example: uv
default: auto
+
+task-decorators:
+ - class-name: airflow.providers.standard.decorators.python.python_task
+ name: python
Review Comment:
Ooohh, I wonder if we should do this:
```suggestion
- class-name: airflow.providers.standard.decorators.python.python_task
name: __call__
- class-name: airflow.providers.standard.decorators.python.python_task
name: python
```
That way we don't need to special case anything in the main decorator?
--
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]