From fae6578a1bcf32818ec7e26e5fd66ecadbb1ef13 Mon Sep 17 00:00:00 2001 From: Tamas Nemeth Date: Thu, 10 Oct 2024 11:22:18 +0200 Subject: [PATCH] Update spark version in metadata ingestion workflow --- .github/workflows/metadata-ingestion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/metadata-ingestion.yml b/.github/workflows/metadata-ingestion.yml index ef9649df3791d..f0d7fd2b51184 100644 --- a/.github/workflows/metadata-ingestion.yml +++ b/.github/workflows/metadata-ingestion.yml @@ -27,7 +27,7 @@ jobs: metadata-ingestion: runs-on: ubuntu-latest env: - SPARK_VERSION: 3.3.2 + SPARK_VERSION: 3.5.3 DATAHUB_TELEMETRY_ENABLED: false # TODO: Enable this once the test is fixed. # DATAHUB_LOOKML_GIT_TEST_SSH_KEY: ${{ secrets.DATAHUB_LOOKML_GIT_TEST_SSH_KEY }}