terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Allow focused dashboard selection for DBSQL exporter (WIP)
as one of the action items of making DBSQL exporter more mature, we have to:
- Make proper SDK for every DBSQL entity.
json.RawMessage
andmap[string]any
are not good at all to work in a scalable way. - figure out the "import a use-case" path, not only "code generate the entire manual workspace"
@nfx Some of the fields need those types, because they are arbitrary JSON blobs for which we don't have a stable schema.
superseded by #1788