terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

Allow focused dashboard selection for DBSQL exporter (WIP)

Open nfx opened this issue 2 years ago • 2 comments

nfx avatar Apr 22 '22 17:04 nfx

as one of the action items of making DBSQL exporter more mature, we have to:

  1. Make proper SDK for every DBSQL entity. json.RawMessage and map[string]any are not good at all to work in a scalable way.
  2. figure out the "import a use-case" path, not only "code generate the entire manual workspace"

nfx avatar Apr 22 '22 18:04 nfx

@nfx Some of the fields need those types, because they are arbitrary JSON blobs for which we don't have a stable schema.

pietern avatar Apr 25 '22 12:04 pietern

superseded by #1788

alexott avatar Dec 05 '22 08:12 alexott