Edit post and title since delete won’t work.
‘’’ def delete(): return False ‘’’
I think this website is broken because when I try to delete the post they have a function like this.
Have you tried setting max_active_runs =1
for this DAG? Documentation reference.
Also won't it be an option to use separate temp table for each DAG run? It's a common pattern to create resources for single DAG run and then tear them down.