fix(ingestion/oracle): table_name column in constraint table incorrectly referenced (#14107)

This commit is contained in:
Jonny Dixon 2025-07-16 17:17:41 +01:00 committed by GitHub
parent cd717b0502
commit 7cbc1c3fd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,"