This change replaces legacy databricks_sql_query and databricks_sql_alert with new resources databricks_query and databricks_alert. Also, services sql-queries and sql-alerts are renamed to queries and alerts.
Other changes include:
Improve performance of Lakeview dashboards scan by using bigger page size
Generalize isMatchingCatalogAndSchema implementation for use in multiple resources where attribute names could be different
Generalize handling of /Workspace prefix when emitting notebooks, workspace files and directories.
Tests
[x] make test run locally
[x] relevant change in docs/ folder
[ ] covered with integration tests in internal/acceptance
Changes
This change replaces legacy
databricks_sql_query
anddatabricks_sql_alert
with new resourcesdatabricks_query
anddatabricks_alert
. Also, servicessql-queries
andsql-alerts
are renamed toqueries
andalerts
.Other changes include:
isMatchingCatalogAndSchema
implementation for use in multiple resources where attribute names could be different/Workspace
prefix when emitting notebooks, workspace files and directories.Tests
make test
run locallydocs/
folderinternal/acceptance