Skip to content

Commit

Permalink
get latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Jan 14, 2021
1 parent d505be0 commit dab36dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
command: sqlcmd -S 'localhost,1433' -U sa -P 5atyaNadella -Q 'create database blog'
- python/install-packages:
pkg-manager: pip
pypi-cache: false
- run:
name: Test adapter on SQL Server against dbt-adapter-tests
command: tox -e integration-sqlserver
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#dbt-core~=0.19.0
-e git+https://github.com/fishtown-analytics/dbt.git#egg=dbt
git+https://github.com/fishtown-analytics/dbt.git@dev/kiyoshi-kuromiya

pyodbc>=4.0.27
azure-identity>=1.4.0
black~=20.8b1
Expand Down

0 comments on commit dab36dc

Please sign in to comment.