Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version changelog
0.2.0
DATABRICKS_AUTH_TYPE
environment variable (#248).ErrCannotConfigureAuth
andErrNotAccountClient
(#237, #238).io.WriterTo
for DBFS file reader (#249).pflag.Value
interfaces for enums (#234).API changes:
IsAccountsClient
toIsAccountClient
(#231).w.ClusterPolicies.ListAll
now takesclusterpolicies.List
as an argument.github.com/databricks/databricks-sdk-go/service/dbsql
package is renamed togithub.com/databricks/databricks-sdk-go/service/sql
.w.DataSources.ListDataSources
is renamed tow.DataSources.List
.w.Queries.CreateQuery
is renamed tow.Queries.CreateQuery
.w.Queries.DeleteQueryByQueryId
is renamed tow.Queries.DeleteByQueryId
.w.Queries.GetQueryByQueryId
is renamed tow.Queries.GetByQueryId
.w.Queries.UpdateQuery
is renamed tow.Queries.Update
.w.Alerts.DeleteAlertByAlertId
is renamed tow.Alerts.DeleteByAlertId
.w.Alerts.UpdateAlert
is renamed tow.Alerts.Update
.w.Alerts.GetAlertByAlertId
is renamed tow.Alerts.GetByAlertId
.w.Alerts.ListAlerts
is renamed tow.Alerts.List
.w.Dashboards.CreateDashboard
is renamed tow.Dashboards.Create
.w.Dashboards.DeleteDashboardByDashboardId
is renamed tow.Dashboards.GetByDashboardId
.w.Dashboards.ListDashboardsAll
is renamed tow.Dashboards.ListAll
.w.Dashboards.DeleteDashboardByDashboardId
is renamed tow.Dashboards.DeleteByDashboardId
.w.Dashboards.RestoreDashboard
is renamed tow.Dashboards.Restore
.deployment.CreateCustomerManagedKeyRequest
now takesdeployment.KeyUseCase
enum.w.GlobalInitScripts.CreateScript
is renamed tow.GlobalInitScripts.Create
.w.GlobalInitScripts.DeleteScriptByScriptId
is renamed tow.GlobalInitScripts.DeleteByScriptId
.w.GlobalInitScripts.UpdateScript
is renamed tow.GlobalInitScripts.Update
.w.GlobalInitScripts.GetScriptByScriptId
is renamed tow.GlobalInitScripts.GetByScriptId
.w.GlobalInitScripts.ListScriptsAll
is renamed tow.GlobalInitScripts.ListAll
.jobs.ResetJob.NewSettings
is now required field.w.Pipelines.CreatePipeline
is renamed tow.Pipelines.Create
.w.Pipelines.DeletePipelineByPipelineId
is renamed tow.Pipelines.DeleteByPipelineId
.w.Pipelines.UpdatePipeline
is renamed tow.Pipelines.Update
.w.Pipelines.GetPipelineByPipelineId
is renamed tow.Pipelines.GetByPipelineId
.w.StorageCredentials.Update
now also returns an entity.w.ExternalLocations.Update
now also returns an entity.w.Metastores.Update
now also returns an entity.unitycatalog.CreateMetastoreAssignment.WorkspaceId
type changed fromint
toint64
.unitycatalog.UnassignRequest.WorkspaceId
type changed fromint
toint64
.w.Catalogs.Update
now also returns an entity.w.Schemas.Update
now also returns an entity.w.Providers.Update
now also returns an entity.w.Shares.Update
now also returns an entity.WarehousesAPI
service moved togithub.com/databricks/databricks-sdk-go/service/sql
package.w.Warehouses.CreateWarehouseAndWait
renamed tow.Warehouses.CreateAndWait
.w.Warehouses.DeleteWarehouseByIdAndWait
renamed tow.Warehouses.DeleteByIdAndWait
.w.Warehouses.EditWarehouse
renamed tow.Warehouses.Edit
.w.Warehouses.GetWarehouseById
renamed tow.Warehouses.GetById
.w.Warehouses.ListWarehousesAll
renamed tow.Warehouses.ListAll
.w.Dbfs.Overwrite
in favor ofw.Dbfs.Open("....", dbfs.FileModeOverwrite|dbfs.FileModeWrite)
.w.Dbfs.Open
.Code generation:
main
service for the package (#239)..gitattributes
(#244).Dependency updates: