-
Notifications
You must be signed in to change notification settings - Fork 1
[Merged by Bors] - Airflow cron-DAG demo #115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks, demo works fine! Sorry for pushing commits, but i rebased it to main (Some internal stuff i did change on main) and fixed the nav.adoc. Website now renders fine
Only minor doc comments left. I like they way you mark your screenshots :)
Only remaining thing is maybe the name of the demo. I have the feeling that cron and dag don't make too much sense for newbies. What do you think about e.g. airflow-scheduling
, airflow-scheduled-job
. But i don't have a strong feeling
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Feel free to think about the name described above. Don't forget to change the links to point to the main branch before merging
bors merge |
## Description A simple Airflow demo showing how to import/load a custom DAG and schedule it by enabling and triggering it. Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Pull request successfully merged into main. Build succeeded: |
Description
A simple Airflow demo showing how to import/load a custom DAG and schedule it by enabling and triggering it.
Review Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information