Metadata-Version: 2.4
Name: dbt-conveyor-snowflake
Version: 1.11.1
Summary: The ConveyorSnowflake adapter plugin for dbt
Author-email: Stijn De Haes <stijn.dehaes@dataminded.be>
Project-URL: Homepage, https://github.com/datamindedbe/dbt-conveyor-snowflake
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dbt-core~=1.11.12
Requires-Dist: dbt-snowflake~=1.11.6
Dynamic: license-file

# ConveyorSnowflake

The dbt-conveyorsnowflake adapter plugin is a small extension on top of the dbt-snowflake adapter plugin for DBT.

It handles authentication from dbt to Snowflake when using it on Conveyor IDE's.

## Local development setup with uv

Create and activate a virtual environment, then sync dependencies from `uv.lock`:

```bash
uv venv .venv
source .venv/bin/activate
uv sync --locked
```

For more information on how to use it, check out our
[how-to-guide](https://docs.conveyordata.com/how-to-guides/conveyor-ides/dbt-snowflake) in the Conveyor docs.
