From 726bba186678cf23efe082de9aaf65e3998d2ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20D=C4=99bowczyk?= Date: Thu, 24 Oct 2024 11:21:36 +0200 Subject: [PATCH] Fix producer initialization action --- producer/spark_dataproc/runner/get_openlineage_jar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/producer/spark_dataproc/runner/get_openlineage_jar.sh b/producer/spark_dataproc/runner/get_openlineage_jar.sh index 9662e21..7db3401 100755 --- a/producer/spark_dataproc/runner/get_openlineage_jar.sh +++ b/producer/spark_dataproc/runner/get_openlineage_jar.sh @@ -6,7 +6,7 @@ set -euxo pipefail readonly VM_SPARK_JARS_DIR=/usr/lib/spark/jars -readonly OPENLINEAGE_SPARK_URL=$(/usr/share/google/get_metadata_value attributes/openlineage-spark-url || true) +readonly OPENLINEAGE_SPARK_URL=$(/usr/share/google/get_metadata_value attributes/OPENLINEAGE_SPARK_URL || true) if [[ -d ${OPENLINEAGE_SPARK_URL} ]]; then jar_url=${OPENLINEAGE_SPARK_URL}