Skip to content

Commit f34ddd1

Browse files
committed
disable bt and ignore jar
Signed-off-by: tnazarew <tomasz.nazarewicz@getindata.com>
1 parent 8ee26e7 commit f34ddd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/producer_spark_dataproc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
metadata+='SPARK_BQ_CONNECTOR_URL=${{steps.upload-spark-bq-connector.outputs.uploaded-file}}'
174174
metadata+=',OPENLINEAGE_SPARK_URL=${{ steps.upload-spark-integration.outputs.uploaded-file }}'
175175
metadata+=',SPARK_SPANNER_CONNECTOR_URL=gs://spark-lib/spanner/spark-3.1-spanner-1.1.0.jar'
176-
metadata+=',SPARK_BIGTABLE_CONNECTOR_URL=gs://open-lineage-e2e/jars/spark-bigtable_2.12-0.4.0-SNAPSHOT.jar'
176+
metadata+=',SPARK_BIGTABLE_CONNECTOR_URL=gs://open-lineage-e2e/jars/spark-bigtable_2.12-0.5.0-SNAPSHOT.jar'
177177
metadata+=',enable-cloud-sql-hive-metastore=false'
178178
metadata+=',additional-cloud-sql-instances=gcp-open-lineage-testing:us-central1:open-lineage-e2e=tcp:3307'
179179

producer/spark_dataproc/scenarios/bigtable/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"openlineage_versions": {
77
"min": "1.0.0",
8-
"max": "1.0.0"
8+
"max": "1.31.0"
99
},
1010
"tests": [
1111
{

0 commit comments

Comments
 (0)