mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +00:00
fix(ingestion/oracle): table_name column in constraint table incorrectly referenced (#14107)
This commit is contained in:
parent
cd717b0502
commit
7cbc1c3fd3
@ -441,7 +441,7 @@ class OracleInspectorObjectWrapper:
|
||||
"\nac.constraint_name,"
|
||||
"\nac.constraint_type,"
|
||||
"\nacc.column_name AS local_column,"
|
||||
"\nac.r_table_name AS remote_table,"
|
||||
"\nac.table_name AS remote_table,"
|
||||
"\nrcc.column_name AS remote_column,"
|
||||
"\nac.r_owner AS remote_owner,"
|
||||
"\nacc.position AS loc_pos,"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user