uranusjr opened a new pull request #17989:
URL: https://github.com/apache/airflow/pull/17989
Close #17931.
The user will need to put custom timetables in a plugin and do
```python
class MyPlugin(AirflowPlugin):
timetables = [MyTimetable]
```
One question since I need to incorporate this into the documentation
(#17552). Where should I put the example plugin code? Since timetable requires
registration, the user can’t declare a timetable in a DAG file anymore; #17552
is currently putting the timetable code in `example_dags`.
--
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]