Hello Community,
Version: 0.22.1
Metadata Storage: Postgres
We are trying to deploy druid cluster. Inside documentation it was mentioned saying all tables related to druid are automatically created inside postgres. Just wanted to understand tasks tables are also created during the deployment? Or they are only created once ingestion is started?
In either case tasks tables are not getting i.e druid_tasklocks, druid_tasklogs and druid_tasks. We even checked coordinator logs and they was no trace of it attempting to create those tables.
Can anyone please help us here to understand the problem?
Note: All other tables are getting created except this.