File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
8280 - checkout
8381 - python/install-packages :
8482 pkg-manager : pip
85- pypi-cache : false
8683 - run :
8784 name : wake up serverless db
8885 command : |
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
Original file line number Diff line number Diff line change 1- version = '0.19.0'
1+ version = '0.19.0-rc2 '
Original file line number Diff line number Diff line change 1- git+https://github.com/fishtown-analytics/ dbt.git@dev/kiyoshi-kuromiya
1+ dbt-core == 0.19.0rc2
22pyodbc >= 4.0.27
33azure-identity >= 1.4.0
44black ~= 20.8b1
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments