Update druid load jobs to DROP TABLE IF EXISTS
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.