opendatadiscovery / odd-collectors

Apache License 2.0
8 stars 9 forks source link

Check cross-schema fk constraints in PostgreSQL #49

Closed ValeriyWorld closed 7 months ago

ValeriyWorld commented 7 months ago

To check if it is possible to create foreign key constraint from schema_1.<table_name> to schema_2.<table_name>(it is possible in Snowflake) in PostgreSQL. If so - check how queries in adapter will work with it and enhance functionality.

ValeriyWorld commented 7 months ago

Closed with #52