opendatadiscovery / odd-platform

First open-source data discovery and observability platform. We make a life for data practitioners easy so you can focus on your business.
https://opendatadiscovery.org
Apache License 2.0
1.19k stars 99 forks source link

Add default behabior for lookup tables schema configuration #1584

Closed RamanDamayeu closed 7 months ago

RamanDamayeu commented 8 months ago

If we do not have a configuration set for look up tables storage (postgres schema where real tables should be stored) let's have a default behavior to use new "lookup_tables_schema" within the same database where the system tables are stored

Here is the list of configs to set up lookup tables schema:

RamanDamayeu commented 8 months ago

And please update documentation opendatadiscovery.org/configuration-and-deployment/odd-platform

Vladysl commented 7 months ago

Implemented in https://github.com/opendatadiscovery/odd-platform/pull/1600