Skip to content

Commit

Permalink
move to releasee candidate 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Jan 14, 2021
1 parent ee04bfe commit aa84f81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ 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 All @@ -39,7 +38,6 @@ jobs:
- checkout
- python/install-packages:
pkg-manager: pip
pypi-cache: false
- run:
name: wait for SQL Server container to set up
command: sleep 30
Expand Down Expand Up @@ -82,7 +80,6 @@ jobs:
- checkout
- python/install-packages:
pkg-manager: pip
pypi-cache: false
- run:
name: wake up serverless db
command: |
Expand All @@ -100,7 +97,6 @@ jobs:
- checkout
- python/install-packages:
pkg-manager: pip
pypi-cache: false
- run:
name: install gnupg
command: apt-get install gnupg -y
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/sqlserver/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.19.0'
version = '0.19.0-rc2'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/fishtown-analytics/dbt.git@dev/kiyoshi-kuromiya
dbt-core==0.19.0rc2
pyodbc>=4.0.27
azure-identity>=1.4.0
black~=20.8b1
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ def _dbt_sqlserver_version():
]
},
install_requires=[
#"dbt-core~=0.19.0",
'dbt-core==0.19.0rc2',
"pyodbc>=4.0.27",
"azure-identity>=1.4.0",
],
dependency_links=['-e git+https://github.com/fishtown-analytics/dbt.git'],
]
)

0 comments on commit aa84f81

Please sign in to comment.