Hii Is there a way to run existing airflow dag int...
# prefect-integrations
c
Hii Is there a way to run existing airflow dag into prefect with minimal changes?
n
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