You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current SQL setup scans existing tables to check columns that need to be indexed. This may raise issue when scanning tables that externally created outside of persistence job.
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.InsufficientPrivilege) must be owner of table drill_iam_20240725
[SQL: CREATE INDEX "drill_iam_20240725_json_1" ON "drill_iam_20240725" USING GIN (JSONB_PATH_QUERY_ARRAY("jansExtUid", '$[*]'))]
SQL setup should exclude external tables.
Ref: support ticket 12023
The text was updated successfully, but these errors were encountered:
Current SQL setup scans existing tables to check columns that need to be indexed. This may raise issue when scanning tables that externally created outside of persistence job.
SQL setup should exclude external tables.
Ref: support ticket 12023
The text was updated successfully, but these errors were encountered: