ephraimbuddy commented on pull request #18278:
URL: https://github.com/apache/airflow/pull/18278#issuecomment-924734485


   Just thinking if we should show an example of using `@dag.task`?
   
   ```python
   
   dag = DAG('dag_id')
   
   @dag.task
   def mytask():
       print('something')
   ```
   WDYT @josh-fell 


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