We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398f87a commit a10f6adCopy full SHA for a10f6ad
.github/workflows/odbc.yml
@@ -35,10 +35,11 @@ jobs:
35
cd ../../gh
36
git clone https://github.com/apache/arrow.git
37
38
+ # TODO: change https://github.com/jduo/flightsql-odbc.git to https://github.com/dbt-labs/flightsql-odbc.git
39
- name: Clone flight odbc with commit (${{ github.event.inputs.ODBCABSTRACTION_GIT_TAG }})
40
run: |
41
- git clone https://github.com/dbt-labs/flightsql-odbc.git
42
+ git clone https://github.com/jduo/flightsql-odbc.git
43
44
# - uses: actions/checkout@v4
45
0 commit comments