diff --git a/ingestion/src/metadata/ingestion/source/database/postgres/queries.py b/ingestion/src/metadata/ingestion/source/database/postgres/queries.py index f4dea25f384..a4505a07ffa 100644 --- a/ingestion/src/metadata/ingestion/source/database/postgres/queries.py +++ b/ingestion/src/metadata/ingestion/source/database/postgres/queries.py @@ -99,7 +99,7 @@ POSTGRES_TABLE_COMMENTS = """ POSTGRES_VIEW_DEFINITIONS = """ SELECT - n.nspname schema, + n.nspname "schema", c.relname view_name, pg_get_viewdef(c.oid) view_def FROM pg_class c