Skip to content

Commit 6b6ec24

Browse files
crerichaizeigerman
andcommitted
Update sqlmesh/dbt/model.py
Co-authored-by: Iaroslav Zeigerman <zeigerman.ia@gmail.com>
1 parent 44f0fc1 commit 6b6ec24

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
@@ -529,7 +529,7 @@ def to_sqlmesh(
529529
partitioned_by.append(self._big_query_partition_by_expr(context))
530530
else:
531531
logger.warning(
532-
f"Ignoring partition_by config for model '{self.name}' targeting {context.target.dialect}; it is only supported for bigquery."
532+
"Ignoring partition_by config for model '%s' targeting %s; it is only supported for BigQuery.", self.name, context.target.dialect
533533
)
534534

535535
if partitioned_by:

0 commit comments

Comments
 (0)