Skip to content

Commit

Permalink
fix: The package version is now correcty detected and printed when us…
Browse files Browse the repository at this point in the history
…ing `--version`
  • Loading branch information
edgarrmondragon committed Aug 29, 2024
1 parent 93ac952 commit fcc8b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target_snowflake/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class TargetSnowflake(SQLTarget):
"""Target for Snowflake."""

name = "target-snowflake"
package_name = "meltanolabs_target_snowflake"

# From https://docs.snowflake.com/en/user-guide/sqlalchemy.html#connection-parameters
config_jsonschema = th.PropertiesList(
th.Property(
Expand Down

0 comments on commit fcc8b2f

Please sign in to comment.