Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6fa4c97
feat(db): add reset sql path override (#5691)
jgoux Jun 25, 2026
229493c
fix(cli): detect stale local postgres before declarative sync (#5646)
pjpjq Jun 25, 2026
9332ce0
chore(ci): allow API sync automerge (#5698)
jgoux Jun 25, 2026
7eb5d16
chore: sync API types from infrastructure (#5697)
supabase-cli-releaser[bot] Jun 25, 2026
2997add
fix(deps): bump github.com/posthog/posthog-go from 1.15.0 to 1.15.1 i…
dependabot[bot] Jun 26, 2026
bf6b315
fix(docker): bump supabase/storage-api from v1.61.3 to v1.61.4 in /ap…
dependabot[bot] Jun 26, 2026
1171646
chore(ci): bump softprops/action-gh-release from 3.0.0 to 3.0.1 in th…
dependabot[bot] Jun 26, 2026
28d2085
chore(api): sync Management API OpenAPI spec (#5707)
supabase-cli-releaser[bot] Jun 26, 2026
a4a2530
test(cli): supabox-backed live test suite + cli-e2e-ci dispatch (#5699)
avallete Jun 26, 2026
2abc6f0
fix(realtime): unblock and bump realtime to v2.111.8 (#5701)
leandrocp Jun 26, 2026
81265b8
fix(cli): skip empty schema_paths globs in db diff (#5702)
7ttp Jun 26, 2026
5008dbb
fix(docker): bump supabase/realtime from v2.111.8 to v2.111.10 in /ap…
dependabot[bot] Jun 26, 2026
ce2120e
chore(deps): bump github.com/posthog/posthog-go from 1.15.1 to 1.16.0…
dependabot[bot] Jun 26, 2026
279d0c0
fix(cli): shorten serve argv (#5712)
7ttp Jun 26, 2026
64df2ba
fix(docker): bump the docker-minor group in /apps/cli-go/pkg/config/t…
dependabot[bot] Jun 27, 2026
47ab46d
chore(deps): bump github.com/posthog/posthog-go from 1.16.0 to 1.16.1…
dependabot[bot] Jun 27, 2026
0084d6e
chore(deps): bump github.com/oapi-codegen/runtime from 1.4.1 to 1.4.2…
dependabot[bot] Jun 28, 2026
44705df
chore(deps): bump the npm-major group with 26 updates (#5720)
dependabot[bot] Jun 29, 2026
778644f
chore(api): sync Management API OpenAPI spec (#5721)
supabase-cli-releaser[bot] Jun 29, 2026
8d2e6d6
fix(cli): handle AlreadyExists errors in directory creation (#5724)
avallete Jun 29, 2026
f673e6e
chore(api): sync Management API OpenAPI spec (#5723)
supabase-cli-releaser[bot] Jun 29, 2026
b2322de
chore(deps): bump the go-minor group across 2 directories with 2 upda…
dependabot[bot] Jun 30, 2026
d879cf8
chore(deps): bump the npm-major group with 4 updates (#5731)
dependabot[bot] Jun 30, 2026
f26ae4e
fix(docker): bump supabase/postgres from 17.6.1.139 to 17.6.1.140 in …
dependabot[bot] Jun 30, 2026
9a2a51e
fix(docker): bump the docker-minor group in /apps/cli-go/pkg/config/t…
dependabot[bot] Jun 30, 2026
1ff7cc3
chore(ci): bump the actions-major group with 4 updates (#5734)
dependabot[bot] Jun 30, 2026
e3ed7d4
fix(cli): storage config (#5729)
7ttp Jun 30, 2026
fc6dd9c
chore: sync API types from infrastructure (#5713)
supabase-cli-releaser[bot] Jun 30, 2026
b48fad6
feat(cli): port migration commands to native TypeScript (CLI-1312) (#…
Coly010 Jun 30, 2026
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@

# Generated code. These ownerless rules override the catch-all above so
# CI-green sync PRs (e.g. Management API OpenAPI spec) can be auto-merged.
/apps/cli-go/pkg/api/*.gen.go
/packages/api/src/generated/
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ updates:
- dependency-name: "axllent/mailpit"
- dependency-name: "darthsim/imgproxy"
- dependency-name: "timberio/vector"
# Held back: v2.109.0+ adds a setup_supabase_realtime_admin migration
# that fails against the CLI's local Postgres and breaks `supabase start`.
# Remove once the CLI's local stack is compatible with the new migration.
- dependency-name: "supabase/realtime"
versions:
- ">= 2.109.0"
cooldown:
default-days: 7
exclude:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/api-package-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@ jobs:
branch: sync/api-package
base: develop

- name: Approve a PR
if: steps.check.outputs.has_changes == 'true' && steps.cpr.outputs.pull-request-operation == 'created'
continue-on-error: true
run: gh pr review --approve --repo "${{ github.repository }}" "${STEPS_CPR_OUTPUTS_PULL_REQUEST_NUMBER}"
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
STEPS_CPR_OUTPUTS_PULL_REQUEST_NUMBER: ${{ steps.cpr.outputs.pull-request-number }}

- name: Enable Pull Request Automerge
if: steps.check.outputs.has_changes == 'true'
run: gh pr merge --auto --squash --repo "${{ github.repository }}" "${STEPS_CPR_OUTPUTS_PULL_REQUEST_NUMBER}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-cli-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
dependency-firewall-token: ${{ secrets.DF_FIREWALL_TOKEN }}

- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: apps/cli-go/go.mod
cache: true
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Check existing build artifacts cache
id: build-artifacts-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
packages/cli-*/bin/
Expand All @@ -137,7 +137,7 @@ jobs:

- name: Save build artifacts cache
if: steps.build-artifacts-cache.outputs.cache-hit != 'true'
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
packages/cli-*/bin/
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/cli-go-api-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
persist-credentials: false

- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: apps/cli-go/go.mod
cache: true
Expand Down Expand Up @@ -61,14 +61,6 @@ jobs:
branch: sync/api-types
base: develop

- name: Approve a PR
if: steps.check.outputs.has_changes == 'true' && steps.cpr.outputs.pull-request-operation == 'created'
continue-on-error: true
run: gh pr review --approve --repo "${{ github.repository }}" "${STEPS_CPR_OUTPUTS_PULL_REQUEST_NUMBER}"
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
STEPS_CPR_OUTPUTS_PULL_REQUEST_NUMBER: ${{ steps.cpr.outputs.pull-request-number }}

- name: Enable Pull Request Automerge
if: steps.check.outputs.has_changes == 'true'
run: gh pr merge --auto --squash --repo "${{ github.repository }}" "${STEPS_CPR_OUTPUTS_PULL_REQUEST_NUMBER}"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/cli-go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
persist-credentials: false

- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
with:
go-version-file: apps/cli-go/go.mod
cache: true
Expand All @@ -37,15 +37,15 @@ jobs:

- name: Check existing coverage cache
id: coverage-cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: apps/cli-go/coverage.out
key: cli-go-coverage-${{ github.run_id }}-v1
lookup-only: true

- name: Save coverage cache
if: steps.coverage-cache.outputs.cache-hit != 'true'
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: apps/cli-go/coverage.out
key: cli-go-coverage-${{ github.run_id }}-v1
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: blacksmith-8vcpu-ubuntu-2404
steps:
- name: Restore coverage cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: apps/cli-go/coverage.out
key: cli-go-coverage-${{ github.run_id }}-v1
Expand All @@ -78,7 +78,7 @@ jobs:
with:
persist-credentials: false

- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
with:
go-version-file: apps/cli-go/go.mod
# Linter requires no cache
Expand All @@ -98,7 +98,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
with:
go-version-file: apps/cli-go/go.mod
cache: true
Expand All @@ -124,7 +124,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
with:
go-version-file: apps/cli-go/go.mod
cache: true
Expand All @@ -142,7 +142,7 @@ jobs:
with:
persist-credentials: false

- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
with:
go-version-file: apps/cli-go/go.mod
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-go-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: apps/cli-go/go.mod
cache: true
Expand Down
57 changes: 57 additions & 0 deletions .github/workflows/dispatch-cli-e2e-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: Dispatch cli-e2e-ci

# Asks the supabase/cli-e2e-ci harness to run the cli `test:live` suite against
# a full supabox stack, built from THIS PR's head commit (CLI-1825 / CLI-1831).
#
# This is distinct from `live-e2e.yml`, which runs the cli-e2e package against
# real staging (api.supabase.green). Here the suite runs against a local supabox
# stack stood up inside the private cli-e2e-ci repo; we only fire the trigger and
# pass our head SHA — cli-e2e-ci checks that SHA out into its `cli` submodule.
#
# Opt-in by label to keep the expensive full-stack run off every PR: add the
# `run-live-e2e-ci` label (re-dispatches on each subsequent push while labeled).
# cli-e2e-ci reports a `cli-e2e-ci / live` commit status back onto the head SHA.
#
# Fork PRs cannot dispatch (no access to the App secret); run cli-e2e-ci's own
# workflow_dispatch with `cli_ref` for those.
on:
pull_request:
types: [labeled, synchronize, reopened]

permissions:
contents: read

jobs:
dispatch:
# Same-repo PRs only: fork PRs don't receive secrets (GH_APP_PRIVATE_KEY), so
# the App-token step would fail and leave a red check. Skip them cleanly —
# fork PRs use cli-e2e-ci's workflow_dispatch with `cli_ref` instead.
if: >-
contains(github.event.pull_request.labels.*.name, 'run-live-e2e-ci')
&& github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
# App token scoped to cli-e2e-ci with contents:write — the
# repository_dispatch REST endpoint requires write on the target repo.
- name: Create GitHub App token
id: app-token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
client-id: ${{ vars.GH_APP_CLIENT_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
owner: supabase
repositories: cli-e2e-ci
permission-contents: write

- name: Dispatch live run to cli-e2e-ci
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
CLI_SHA: ${{ github.event.pull_request.head.sha }}
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
echo "Dispatching cli-e2e-ci live run for PR #${PR_NUMBER} @ ${CLI_SHA}"
# Build the nested client_payload with jq — `gh api -f` sends a flat
# body and would not nest `client_payload.*` correctly.
jq -n --arg sha "$CLI_SHA" --argjson pr "$PR_NUMBER" \
'{event_type: "cli-pr", client_payload: {cli_sha: $sha, pr_number: $pr}}' \
| gh api -X POST repos/supabase/cli-e2e-ci/dispatches --input -
6 changes: 3 additions & 3 deletions .github/workflows/live-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Check tested marker
id: cache
if: github.event_name == 'schedule'
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: .beta-marker
key: live-e2e-beta-${{ steps.ver.outputs.version }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
uses: ./.github/actions/setup

- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: apps/cli-go/go.mod
cache-dependency-path: apps/cli-go/go.sum
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
echo "${{ needs.gate.outputs.version }}" > .beta-marker/version
- name: Save tested marker
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: .beta-marker
key: live-e2e-beta-${{ needs.gate.outputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-preview-cli-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
dependency-firewall-token: ${{ secrets.DF_FIREWALL_TOKEN }}

- name: Restore preview build artifacts cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
packages/cli-*/bin/
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
dependency-firewall-token: ${{ secrets.DF_FIREWALL_TOKEN }}

- name: Restore build artifacts cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
packages/cli-*/bin/
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Cache smoke-test docker images
if: runner.os == 'Linux'
id: smoke-docker-cache
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ~/.cache/smoke-docker-images.tar
key: smoke-docker-images-debian-bookworm-slim-amazonlinux-2023-alpine-3.21-v1
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
dependency-firewall-token: ${{ secrets.DF_FIREWALL_TOKEN }}

- name: Restore build artifacts cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
packages/cli-*/bin/
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
dependency-firewall-token: ${{ secrets.DF_FIREWALL_TOKEN }}

- name: Restore build artifacts cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
packages/cli-*/bin/
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
done

- name: Create draft GitHub Release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: v${{ inputs.version }}
name: v${{ inputs.version }}
Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
# tarballs. Reading it here produced a formula whose sha256 rejected the
# downloaded archive ("Formula reports different checksum").
- name: Restore build artifacts cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
packages/cli-*/bin/
Expand Down Expand Up @@ -538,7 +538,7 @@ jobs:
# tarballs. Reading it here would produce a manifest whose hash rejects the
# downloaded archive.
- name: Restore build artifacts cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
packages/cli-*/bin/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
dependency-firewall-token: ${{ secrets.DF_FIREWALL_TOKEN }}
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: apps/cli-go/go.mod
cache-dependency-path: apps/cli-go/go.sum
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
dependency-firewall-token: ${{ secrets.DF_FIREWALL_TOKEN }}
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: apps/cli-go/go.mod
cache-dependency-path: apps/cli-go/go.sum
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Cache Go CLI binary
if: steps.detect.outputs.cli_e2e == 'true'
id: cache-go-binary
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: apps/cli-go/supabase-go
key: go-cli-${{ runner.os }}-${{ hashFiles('apps/cli-go/**/*.go',
Expand All @@ -147,7 +147,7 @@ jobs:
- name: Setup Go
if: steps.detect.outputs.cli_e2e == 'true' &&
steps.cache-go-binary.outputs.cache-hit != 'true'
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: apps/cli-go/go.mod
cache-dependency-path: apps/cli-go/go.sum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"s3Protocol": {
"enabled": true
},
"purgeCache": {
"enabled": true
},
"icebergCatalog": {
"enabled": true,
"maxNamespaces": 10,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"s3Protocol": {
"enabled": true
},
"purgeCache": {
"enabled": true
},
"icebergCatalog": {
"enabled": true,
"maxNamespaces": 10,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"s3Protocol": {
"enabled": true
},
"purgeCache": {
"enabled": true
},
"icebergCatalog": {
"enabled": true,
"maxNamespaces": 10,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,9 @@
"s3Protocol": {
"enabled": true
},
"purgeCache": {
"enabled": true
},
"icebergCatalog": {
"enabled": true,
"maxNamespaces": 10,
Expand Down
Loading
Loading