Skip to content

Commit

Permalink
fix ODBC_DRIVER env var (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Jan 11, 2024
1 parent f9f75e9 commit e97918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagger/run_dbt_spark_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if env_name.startswith(("DD_", "DBT_"))
}

TESTING_ENV_VARS.update({"ODBC_DRIVER": "Simba"})
TESTING_ENV_VARS.update({"ODBC_DRIVER": "/opt/simba/spark/lib/64/libsparkodbc_sb64.so"})


def env_variables(envs: dict[str, str]):
Expand Down

0 comments on commit e97918b

Please sign in to comment.