Skip to content

Commit

Permalink
Merge branch 'main' into feature/decouple-adapters-from-core
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Jan 11, 2024
2 parents 77df8b7 + e97918b commit f216bb6
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 @@ -17,7 +17,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 f216bb6

Please sign in to comment.