mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-26 17:45:30 +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
|
||||
ON c.relnamespace = n.oid
|
||||
WHERE relkind = 'v'
|
||||
and ddl like '%%with no schema binding%%'
|
||||
and ddl ilike '%%with no schema binding%%'
|
||||
and
|
||||
n.nspname not in ('pg_catalog', 'information_schema')
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user