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
{{ message }}
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.SyntaxError) syntax error at or near "WHERE"LINE52: WHERE SCHEMA NOT IN ('information_schema', 'pg_c...
It seems there is a bug when you try to scan Redshift catalog. There is an extra
wherein the Redshift query, so I think there is a issue with thedatabuilderlibrary (https://github.com/amundsen-io/amundsen/blob/main/databuilder/databuilder/extractor/redshift_metadata_extractor.py#L36). It throws the following exception:Can you help me?