Skip to content

Commit

Permalink
added databricks support
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Jan 6, 2024
1 parent 62be273 commit d121ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbt_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
env:
DBT_TARGET: databricks
DATABRICKS_CLIENT_ID: ${{ secrets.DATABRICKS_CLIENT_ID }}
DATABRICKS_SECRET_ID: ${{ secrets.DATABRICKS_CLIENT_SECRET }}
DATABRICKS_CLIENT_SECRET: ${{ secrets.DATABRICKS_CLIENT_SECRET }}

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages:
# Supported Databases
The following databases are supported:
- Snowflake
- Databricks
- RedShift
- BigQuery
- Postgres
Expand Down

0 comments on commit d121ea3

Please sign in to comment.