Skip to content

Commit

Permalink
Fix producer initialization action
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebowczyk92 committed Oct 24, 2024
1 parent 4ef9f2a commit 726bba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion producer/spark_dataproc/runner/get_openlineage_jar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 726bba1

Please sign in to comment.