Skip to content

[BUG] Warns of incompatible version of pyarrow upon launch #509

@jim256

Description

@jim256

Describe the bug
Immediately upon executing generate-sources dbt-coves displays a warning regarding using an incompatible version of pyarrow

To Reproduce
Steps to reproduce the behaviour:

python3.12 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip wheel setuptools
pip install dbt-coves dbt-core dbt-snowflake
dbt-coves generate-sources

Expected behaviour
App to launch and generate sources

Console Log/Tracebacks
Please avoid screenshots if possible, instead copy and paste the console and wrap it in

/Users/<user name redacted>/.local/share/uv/tools/dbt-coves/lib/python3.12/site-packages/snowflake/connector/options.py:108: UserWarning: You have an incompatible version of 'pyarrow' installed (19.0.1), please install a version that adheres to: 'pyarrow<19.0.0; extra == "pandas"'
  warn_incompatible_dep(
     _ _     _
  __| | |__ | |_       ___ _____   _____  ___
 / _` | '_ \| __|____ / __/ _ \ \ / / _ \/ __|
| (_| | |_) | ||_____| (_| (_) \ V /  __/\__ \
 \__,_|_.__/ \__|     \___\___/ \_/ \___||___/


dbt-coves v1.9.0                    dbt v1.9.3

Desktop (please complete the following information):

  • OS: macOS 15.3.2
  • Version 1.9.0
  • Python 3.12.9

Additional context
The command appears to execute just fine. I just wanted to make the team aware of this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requesttriaged: noHasn't been approved for future implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions