We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68ddb5 commit c6a9386Copy full SHA for c6a9386
.github/workflows/sqlalchemy-dialect.yml
@@ -24,8 +24,10 @@ jobs:
24
#----------------------------------------------
25
# ----- install databricks-sql-cli -----
26
27
- - name: Install databricks-sql-cli
28
- run: python -m pip install databricks-sql-cli
+ - name: Install databricks-sql-cli & initalize dbsqlclirc
+ run: |
29
+ python -m pip install databricks-sql-cli
30
+ dbsqlcli
31
32
33
# ----- install & configure poetry -----
0 commit comments