Skip to content

Commit 755795f

Browse files
fix: The package version is now correcty detected and printed when using --version (#248)
1 parent 93ac952 commit 755795f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: target_snowflake/target.py

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class TargetSnowflake(SQLTarget):
1414
"""Target for Snowflake."""
1515

1616
name = "target-snowflake"
17+
package_name = "meltanolabs_target_snowflake"
18+
1719
# From https://docs.snowflake.com/en/user-guide/sqlalchemy.html#connection-parameters
1820
config_jsonschema = th.PropertiesList(
1921
th.Property(

0 commit comments

Comments
 (0)