uranusjr commented on code in PR #51229:
URL: https://github.com/apache/airflow/pull/51229#discussion_r2121258284


##########
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:
   This should reference the taskflow doc page so users can find relevant 
descriptions more easily.



-- 
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]

Reply via email to