luigi: Make AthenaDatabaseTarget check tables exist
1 unresolved thread
1 unresolved thread
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
Activity
Filter activity
mentioned in merge request swh-graph!246 (merged)
Jenkins job DDATASET/gitlab-builds #25 succeeded .
See Console Output and Coverage Report for more details.added 1 commit
- a9692a7e - luigi: Make AthenaDatabaseTarget check tables exist
Jenkins job DDATASET/gitlab-builds #26 succeeded .
See Console Output and Coverage Report for more details.That's the result of a previous crash, so it would have been logged already.
Plus, some tasks may only add tables to an existing database (eg. swh-graph!246 (merged)) so it's not even an error in that case
Please register or sign in to reply