Skip to content

luigi: Make AthenaDatabaseTarget check tables exist

vlorentz requested to merge db-target-tables into master

It is possible for scripts to crash between DB creation and table creation; so AthenaDatabaseTarget.exists() should return False if the latter are missing

Merge request reports