From ebe6227ee7c60842d68e71c51b0181c83693dd28 Mon Sep 17 00:00:00 2001 From: Ilya Kuznetsov Date: Tue, 28 Jan 2025 11:20:48 +0100 Subject: [PATCH] Fix linebreak --- bundle/docsgen/output/resources.md | 4 ++-- bundle/internal/schema/annotations_openapi_overrides.yml | 4 ++-- bundle/schema/jsonschema.json | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bundle/docsgen/output/resources.md b/bundle/docsgen/output/resources.md index a3d8d9879..4a0fff2fb 100644 --- a/bundle/docsgen/output/resources.md +++ b/bundle/docsgen/output/resources.md @@ -7968,7 +7968,7 @@ Configuration for monitoring inference logs. - - `granularities` - Sequence - - PLACEHOLDER + - - - `label_col` - String @@ -8116,7 +8116,7 @@ Configuration for monitoring time series tables. - - `granularities` - Sequence - - PLACEHOLDER + - - - `timestamp_col` - String diff --git a/bundle/internal/schema/annotations_openapi_overrides.yml b/bundle/internal/schema/annotations_openapi_overrides.yml index 6ef9dbe62..2cd8d4fd0 100644 --- a/bundle/internal/schema/annotations_openapi_overrides.yml +++ b/bundle/internal/schema/annotations_openapi_overrides.yml @@ -573,11 +573,11 @@ github.com/databricks/databricks-sdk-go/service/compute.Environment: PLACEHOLDER github.com/databricks/databricks-sdk-go/service/catalog.MonitorInferenceLog: "granularities": - "description": | + "description": |- PLACEHOLDER github.com/databricks/databricks-sdk-go/service/catalog.MonitorTimeSeries: "granularities": - "description": | + "description": |- PLACEHOLDER github.com/databricks/databricks-sdk-go/service/compute.LogAnalyticsInfo: "log_analytics_primary_key": diff --git a/bundle/schema/jsonschema.json b/bundle/schema/jsonschema.json index 04c7c09f0..d827a181e 100644 --- a/bundle/schema/jsonschema.json +++ b/bundle/schema/jsonschema.json @@ -2087,7 +2087,6 @@ "type": "object", "properties": { "granularities": { - "description": "PLACEHOLDER\n", "$ref": "#/$defs/slice/string" }, "label_col": { @@ -2244,7 +2243,6 @@ "type": "object", "properties": { "granularities": { - "description": "PLACEHOLDER\n", "$ref": "#/$defs/slice/string" }, "timestamp_col": {