Hello In our company we are thinking about using D...
# ingestion
s
Hello In our company we are thinking about using DataHub for storing meta-information for all databases we have. In our current case we have 5+ PostgreSQL Clusters, some of them do have same database names We see that dev / qa and prod are hardcoded values for environments Is it possible to add a new environment or somehow else organize multiple “containers” with same names? (ideally we would have a group equals to the business unit)
g
I’d recommend using the
platform_instance
config to distinguish the cluster
You can use our “domains” feature to separate between business units