Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
guenp committed Oct 10, 2024
1 parent 7730769 commit 580b2d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dbt/adapters/duckdb/environments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ def initialize_db(
conn.execute(f"install {ext.name} from {ext.repo}")
conn.load_extension(ext.name)
except duckdb.HTTPException:
log.info(f"Skipping installing extension {ext.name} because it is not yet available")
log.info(
f"Skipping installing extension {ext.name} because it is not yet available"
)

# Attach any fsspec filesystems on the database
if creds.filesystems:
Expand Down

0 comments on commit 580b2d5

Please sign in to comment.