Skip to content

Commit

Permalink
Updated the docs (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijndehaes authored Jan 12, 2024
1 parent 675bcd3 commit d25b312
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ The dbt-conveyorsnowflake adapter plugin is a small extension on top of the dbt-

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

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.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

package_name = "dbt-conveyor-snowflake"
# make sure this always matches dbt/adapters/{adapter}/__version__.py
description = """The ConveyorSnowflake adapter plugin for dbt"""
description = """The ConveyorSnowflake adapter plugin for dbt
This adapter for DBT allows you to authenticate to Snowflake inside of a Conveyor IDE.
For more information on how to use this plugin check out our how-to-guide:
https://docs.conveyordata.com/how-to-guides/conveyor-ides/dbt-snowflake
"""

setup(
name=package_name,
Expand Down

0 comments on commit d25b312

Please sign in to comment.