dynamic-dags-tutorial icon indicating copy to clipboard operation
dynamic-dags-tutorial copied to clipboard

Results 3 dynamic-dags-tutorial issues
Sort by recently updated
recently updated
newest added

Resolving this issue #3 , the replace of files was not working without attribution of a var (line).

Hi , I tried to run python file in docker file after from statement, but new dags are not getting picked. CMD [ "python", "include/generate-dag-files.py"] When I checked, the python...

I tried something like below; ```py globals()[dag_id] = None ``` However, it didn't work. Is there any way to delete a dynamically generated dag ?