I just updated to v9 beta, and then there is an error when I refresh schema, showing a message that “schema refresh failed”. No matter it is mysql or postgresql.
I tried to downgrade to v8 and it looks fine, schema can be refreshed…may I know what is wrong? Or anyone has the same problem? Thanks.
Hey @kk934, could you find a resolution to this? I am also facing the same issue wherin refresh schema is failing for PostgreSQL. I can see from the logs that this api is not returning any value /api/data_sources/1/schema
I’ve installed the latest docker available last week (preview 10f641019ddb) and I’m facing the same refresh problem with schema.
By looking at the following issue 5115 I’ve updated the scheduled worker with the following value:
QUEUES: "scheduled_queries,schemas"
But it does not help.
Am I missing something ?
The logs from the scheduler worker:
[2021-02-01 18:39:47,233][PID:8][DEBUG][rq_scheduler.scheduler] Checking for scheduled jobs
[2021-02-01 18:39:47,234][PID:8][DEBUG][rq_scheduler.scheduler] Pushing 305c0cae0a196ae96915fd2b6f81001c435aad65 to periodic
[2021-02-01 18:39:47,236][PID:8][DEBUG][rq_scheduler.scheduler] Pushing 59a84668e68687338646f735965213c58e814b32 to periodic
[2021-02-01 18:39:47,238][PID:8][DEBUG][rq_scheduler.scheduler] Pushing c33b2b69cac2aa765fa2d2eb42301a0fc1ae774c to periodic
[2021-02-01 18:39:47,239][PID:8][DEBUG][rq_scheduler.scheduler] Sleeping 4.99 seconds
[2021-02-01 18:39:52,237][PID:8][DEBUG][rq_scheduler.scheduler] Entering run loop
[2021-02-01 18:39:52,238][PID:8][DEBUG][rq_scheduler.scheduler] Checking for scheduled jobs
I can’t say with these logs if the schema are updated or not…