We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7b01d commit 98189a0Copy full SHA for 98189a0
internal/provider/sql_dataset_model_request.go
@@ -26,6 +26,8 @@ func (m *SQLDatasetModel) ToCreateSQLDatasetBody(_ context.Context) cm.CreateSQL
26
description := m.Description.ValueString()
27
if description != "" {
28
body.Description.SetTo(description)
29
+ } else {
30
+ body.Description.SetToNull()
31
}
32
33
return body
@@ -48,6 +50,8 @@ func (m *SQLDatasetModel) ToUpdateSQLDatasetBody(_ context.Context) cm.UpdateSQL
48
50
49
51
52
53
54
55
56
57
0 commit comments