issues
search
astronomer
/
astro-provider-ray
This provider contains operators, decorators and triggers to send a ray job from an airflow task
https://astronomer.github.io/astro-provider-ray/
Apache License 2.0
12
stars
2
forks
source link
Update sample DAG
#48
Open
fritz-astronomer
opened
2 months ago
fritz-astronomer
commented
2 months ago
use
with DAG
over
dag = DAG
Match the two DAGs to have the same schedule, start_date, etc
with DAG
overdag = DAG