You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would be great. The PR #43 tries to solve the issue by defining the metastore_uri but... adding a metastore uri is bit confusing when you define a postgres config. We probably want some validation too (#44).
This is what I have in mind:
config:
metastore:
# Define the URI.uri: s3://bucket/indexes # uri: postgres://username:password@host:port/database # You can also define a postgres metastore like this# postgres:# host: ""# port: 5432# database: metastore# username: quickwit# password: ""
Honestly, I would prefer removing the postgres and keep only a metastore_uri variable, @clemcvlcs any thoughts on this?
No description provided.
The text was updated successfully, but these errors were encountered: