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
Metadata should an optional "config" section at root, table or database level.
The TableView and RowView and DatabaseView and BaseView classes could all have a .config("key") method which knows how to resolve the hierarchy of configs.
This will allow individual tables (or databases) to set their own config settings for things like sql_time_limit_ms
The text was updated successfully, but these errors were encountered:
It feels slightly weird continuing to call it metadata.json as it starts to grow support for config options (which already started with the units and facets keys) but I can live with that.
Split off from #274
Metadata should an optional
"config"
section at root, table or database level.The TableView and RowView and DatabaseView and BaseView classes could all have a
.config("key")
method which knows how to resolve the hierarchy of configs.This will allow individual tables (or databases) to set their own config settings for things like
sql_time_limit_ms
The text was updated successfully, but these errors were encountered: