Skip to content

Commit

Permalink
empty line in dbt/adapters/snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Mar 15, 2024
1 parent c38053c commit ca6c528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dbt is the T in ELT. Organize, cleanse, denormalize, filter, rename, and pre-agg

## dbt-snowflake


The `dbt-snowflake` package contains all of the code enabling dbt to work with Snowflake. For
more information on using dbt with Snowflake, consult [the docs](https://docs.getdbt.com/docs/profile-snowflake).

Expand Down
1 change: 1 addition & 0 deletions dbt/adapters/snowflake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from dbt.adapters.base import AdapterPlugin # type: ignore
from dbt.include import snowflake # type: ignore


Plugin = AdapterPlugin(
adapter=SnowflakeAdapter, credentials=SnowflakeCredentials, include_path=snowflake.PACKAGE_PATH # type: ignore
)

0 comments on commit ca6c528

Please sign in to comment.