Skip to content

Commit

Permalink
Fix databricks tests (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Beatty <[email protected]>
  • Loading branch information
jeremyyeo and dbeatty10 authored Jan 31, 2023
1 parent ae10c1e commit f62a9c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

version: 2.1

orbs:
azure-cli: circleci/[email protected]

jobs:

integration-redshift:
docker:
- image: cimg/python:3.9.9
Expand All @@ -16,7 +14,7 @@ jobs:
command: ./run_test.sh redshift
- store_artifacts:
path: ./logs

integration-snowflake:
docker:
- image: cimg/python:3.9.9
Expand All @@ -27,7 +25,7 @@ jobs:
command: ./run_test.sh snowflake
- store_artifacts:
path: ./logs

integration-bigquery:
environment:
BIGQUERY_SERVICE_KEY_PATH: "/home/circleci/bigquery-service-key.json"
Expand Down Expand Up @@ -102,7 +100,6 @@ jobs:
- store_artifacts:
path: ./logs


workflows:
version: 2
test-all:
Expand All @@ -113,10 +110,10 @@ workflows:
context: profile-snowflake
- integration-bigquery:
context: profile-bigquery
#- integration-databricks:
# context:
# - aws-credentials
# - profile-databricks
- integration-databricks:
context:
- aws-credentials
- profile-databricks
#- integration-synapse:
# context: profile-synapse
#- integration-azuresql:
Expand Down
1 change: 0 additions & 1 deletion run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if [[ ! -f $VENV ]]; then
then
echo "Installing dbt-spark"
pip install dbt-spark[ODBC] --upgrade --pre
pip install pyodbc==4.0.32 # See https://github.com/dbt-labs/dbt-external-tables/issues/156
elif [ $1 == 'azuresql' ]
then
echo "Installing dbt-sqlserver"
Expand Down

0 comments on commit f62a9c4

Please sign in to comment.