mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-26 01:23:16 +00:00
fix(ingest): redshift # build late binding view lineage when sql written in upper case (#7223)
This commit is contained in:
parent
4732694780
commit
ba7b9d068e
@ -961,7 +961,7 @@ class RedshiftSource(SQLAlchemySource):
|
|||||||
pg_catalog.pg_namespace AS n
|
pg_catalog.pg_namespace AS n
|
||||||
ON c.relnamespace = n.oid
|
ON c.relnamespace = n.oid
|
||||||
WHERE relkind = 'v'
|
WHERE relkind = 'v'
|
||||||
and ddl like '%%with no schema binding%%'
|
and ddl ilike '%%with no schema binding%%'
|
||||||
and
|
and
|
||||||
n.nspname not in ('pg_catalog', 'information_schema')
|
n.nspname not in ('pg_catalog', 'information_schema')
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user