bascheibler / arrow-adbc-issue-1283

Repository to reproduce issue reported in arrow-adbc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arrow-adbc-issue-1283

Set up environment

Setting up environment variables

  • Export SNOWFLAKE_PASSWORD and SNOWFLAKE_USERNAME environment variables.
  • Edit the .env file to set the remaining variables. I'm using an XS warehouse.

Reproducing issues

Set the build arg REPRODUCE_ISSUE to either true or false in the docker-compose.yaml file.

Build and start the Docker container to run the tests under the same conditions:

docker-compose up --build

About

Repository to reproduce issue reported in arrow-adbc


Languages

Language:Python 88.0%Language:Dockerfile 12.0%