Replies: 1 comment 2 replies
-
|
I don't think there is one. This is not a typical object/class - so it has no "docstring" with "parameters" because it is considerably more complex to implement. The vaild parameters should usually come as autocomplete in the IDE and you can also look at the taskflow tutorial and https://github.com/apache/airflow/blob/main/airflow/decorators/__init__.pyi |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
The task flow page refers this
airflow.decoratorsmodule, but there is no such module listed in the python API. So I have no idea where to look for which arguments can(not) be passed to things like@taskand@task.sensor.Beta Was this translation helpful? Give feedback.
All reactions