Skip to content

Commit

Permalink
update the spark version to the current version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jun 21, 2024
1 parent 7850da3 commit 892cc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/test_python_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def model(dbt, spark):
materialized='table',
submission_method='job_cluster',
job_cluster_config={
"spark_version": "7.3.x-scala2.12",
"spark_version": "12.2.x-scala2.12",
"node_type_id": "i3.xlarge",
"num_workers": 0,
"spark_conf": {
Expand Down

0 comments on commit 892cc8c

Please sign in to comment.