Skip to content

Update druid load jobs to DROP TABLE IF EXISTS

Joal requested to merge druid_load_drop_table_if_exists into main

This change prevent retries to fail if an error occurs were a task instance fails but the table has been deleted nonetheless. Without the "IF EXISTS", retries fail because the table is not present while with they succeed.

Merge request reports