Skip to content

Commit aa84f81

Browse files
committed
move to releasee candidate 2
1 parent ee04bfe commit aa84f81

4 files changed

Lines changed: 4 additions & 9 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
command: sqlcmd -S 'localhost,1433' -U sa -P 5atyaNadella -Q 'create database blog'
2929
- python/install-packages:
3030
pkg-manager: pip
31-
pypi-cache: false
3231
- run:
3332
name: Test adapter on SQL Server against dbt-adapter-tests
3433
command: tox -e integration-sqlserver
@@ -39,7 +38,6 @@ jobs:
3938
- checkout
4039
- python/install-packages:
4140
pkg-manager: pip
42-
pypi-cache: false
4341
- run:
4442
name: wait for SQL Server container to set up
4543
command: sleep 30
@@ -82,7 +80,6 @@ jobs:
8280
- checkout
8381
- python/install-packages:
8482
pkg-manager: pip
85-
pypi-cache: false
8683
- run:
8784
name: wake up serverless db
8885
command: |
@@ -100,7 +97,6 @@ jobs:
10097
- checkout
10198
- python/install-packages:
10299
pkg-manager: pip
103-
pypi-cache: false
104100
- run:
105101
name: install gnupg
106102
command: apt-get install gnupg -y
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.19.0'
1+
version = '0.19.0-rc2'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/fishtown-analytics/dbt.git@dev/kiyoshi-kuromiya
1+
dbt-core==0.19.0rc2
22
pyodbc>=4.0.27
33
azure-identity>=1.4.0
44
black~=20.8b1

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ def _dbt_sqlserver_version():
5757
]
5858
},
5959
install_requires=[
60-
#"dbt-core~=0.19.0",
60+
'dbt-core==0.19.0rc2',
6161
"pyodbc>=4.0.27",
6262
"azure-identity>=1.4.0",
63-
],
64-
dependency_links=['-e git+https://github.com/fishtown-analytics/dbt.git'],
63+
]
6564
)

0 commit comments

Comments
 (0)