We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d542d3 commit 61f4d97Copy full SHA for 61f4d97
.github/workflows/native-unix.yml
@@ -740,7 +740,8 @@ jobs:
740
docs/source/python/recipe/*.py
741
- name: Test Recipes (Python)
742
run: |
743
- docker compose up --detach --wait dremio dremio-init flightsql-sqlite-test postgres-test
+ docker compose up --detach --wait dremio flightsql-sqlite-test postgres-test
744
+ docker compose run --rm dremio-init
745
export ADBC_CPP_RECIPE_BIN=~/local/bin
746
# Needed for the combined C++/Python driver example
747
export LD_LIBRARY_PATH=~/local/lib
0 commit comments