Skip to content

Commit 75c37f3

Browse files
crerichaizeigerman
andauthored
Update sqlmesh/dbt/model.py
Co-authored-by: Iaroslav Zeigerman <zeigerman.ia@gmail.com>
1 parent c478480 commit 75c37f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/dbt/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def to_sqlmesh(
526526
partitioned_by.append(self._big_query_partition_by_expr(context))
527527
else:
528528
logger.warning(
529-
f"Ignoring partition_by config for model '{self.name}' targeting {context.target.dialect}; it is only supported for bigquery."
529+
"Ignoring partition_by config for model '%s' targeting %s; it is only supported for BigQuery.", self.name, context.target.dialect
530530
)
531531

532532
if partitioned_by:

0 commit comments

Comments
 (0)