Search code examples
http-delete

Edit post and title since delete won’t work


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.


Solution

  • 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.