Skip to content

chore(updater): bump pkg/dist/*.yml (2025-01-10) #247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions pkg/dist/integration_endpoint_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,30 @@ external_aws_s3:
type: string
max_length: 2048
example: https://mybucket.s3-myregion.amazonaws.com/mydataset/
external_azure_blob_storage:
type: object
required:
- connection_string
- container
properties:
blob_path:
title: Blob path
type: string
max_length: 1024
pattern: ^(?!.{1025})/?[^/\n]*[^/.\n](?:/[^\n/]*[^/.\n]){0,253}$
example: path/to/blob/file.csv
connection_string:
title: Azure Blob Storage connection string
type: string
max_length: 4096
pattern: ^([a-zA-Z0-9]+)=([^;]+)(?:;([a-zA-Z0-9]+)=([^;]+))*(;)?$
example: AccountName=IDENT;AccountKey=SECRET
_secure: true
container:
title: Container
type: string
max_length: 256
example: container-dev
external_clickhouse:
type: object
required:
Expand Down
6 changes: 6 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ flink:
title: Custom code enabled
description: Enable to upload Custom JARs for Flink applications
type: boolean
create_only: true
example: false
flink_version:
title: Flink major version
Expand Down Expand Up @@ -1584,6 +1585,11 @@ grafana:
description: Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
type: boolean
example: false
dashboard_scenes_enabled:
title: Enable scenes renderer for dashboards
description: Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the `dashboardScene` feature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/
type: boolean
example: false
dashboards_min_refresh_interval:
title: Minimum refresh interval
description: Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h
Expand Down