Skip to content

Commit

Permalink
Correct version import
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Oct 18, 2024
1 parent 68fd4f0 commit c2f0c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/snowflake/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def get_adapter_run_info(cls, config: RelationConfig) -> AdapterTrackingRelation

return AdapterTrackingRelationInfo(
adapter_name="snowflake",
version=import_module("dbt.adapters.__about__").version,
version=import_module("dbt.adapters.snowflake.__version__").version,
adapter_details={
"adapter_type": "snowflake",
"table_format": table_format,
Expand Down

0 comments on commit c2f0c0e

Please sign in to comment.