Skip to content

Commit a10f6ad

Browse files
committed
Changed flight repo
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent 398f87a commit a10f6ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/odbc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
cd ../../gh
3636
git clone https://github.com/apache/arrow.git
3737
38+
# TODO: change https://github.com/jduo/flightsql-odbc.git to https://github.com/dbt-labs/flightsql-odbc.git
3839
- name: Clone flight odbc with commit (${{ github.event.inputs.ODBCABSTRACTION_GIT_TAG }})
3940
run: |
4041
cd ../../gh
41-
git clone https://github.com/dbt-labs/flightsql-odbc.git
42+
git clone https://github.com/jduo/flightsql-odbc.git
4243
4344
# - uses: actions/checkout@v4
4445

0 commit comments

Comments
 (0)