yoeo commented on code in PR #51229:
URL: https://github.com/apache/airflow/pull/51229#discussion_r2123647454
##########
airflow-core/docs/authoring-and-scheduling/assets.rst:
##########
@@ -229,6 +229,15 @@ The other way around also applies:
def process_example_asset(example_asset):
"""Process inlet example_asset..."""
+In addition, ``@asset`` can be used with ``@task`` to set initial arguments
for the task or to use an operator other than ``PythonOperator``:
Review Comment:
Indeed. I added the reference to the TaskFlow API
--
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]