Join Slack
Powered by
Hii Is there a way to run existing airflow dag int...
# prefect-integrations
c
Comm
10/21/2024, 11:23 AM
Hii Is there a way to run existing airflow dag into prefect with minimal changes?
n
Nate
10/21/2024, 2:10 PM
hi
@Comm
- you can put arbitrary python code in your main function and decorate that function with
flow
so the line for the import and the line to decorate your main function is all that's required to start
Open in Slack
Previous
Next