luigi: Make AthenaDatabaseTarget check tables exist
It is possible for scripts to crash between DB creation and table creation; so AthenaDatabaseTarget.exists() should return False if the latter are missing
Staging instance, all changes can be removed at any time
It is possible for scripts to crash between DB creation and table creation; so AthenaDatabaseTarget.exists() should return False if the latter are missing