You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/30 04:39:53 UTC

[GitHub] [airflow] uranusjr commented on pull request #23099: Document built in Timetables

uranusjr commented on PR #23099:
URL: https://github.com/apache/airflow/pull/23099#issuecomment-1170754145

   They don’t need to be strictly functional, but must be valid Python syntax. So the easiest way to get around the checks is to just add
   
   ```python
   def dag():
       ...
   ```
   
   under those decorators.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org