shy-guitar-84777
07/24/2024, 12:01 PMconfiguration:
database:
username: postgres
host: postgres.flyte.svc.cluster.local
dbname: flyteadmin
Is it also possible to configure the schema? Currently the schema "public" is used (the default schema of postgreSQL). Since we are sharing the database with other applications it would be good to have the flyte-related tables in a separate schema - is this possible?
Thanks!freezing-airport-6809
shy-guitar-84777
07/25/2024, 7:29 AMshy-guitar-84777
07/25/2024, 7:29 AMfreezing-airport-6809
high-accountant-32689
07/25/2024, 11:30 PMNamingStrategy
to the gorm config (which we do in Flyte in https://github.com/flyteorg/flyte/blob/ef27b291deaf080ccc45df7fd71c66bb44d508a6/flytestdlib/database/db.go#L22-L25).
Can you open a github issue to track this change?