We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f0fc1 commit 6b6ec24Copy full SHA for 6b6ec24
sqlmesh/dbt/model.py
@@ -529,7 +529,7 @@ def to_sqlmesh(
529
partitioned_by.append(self._big_query_partition_by_expr(context))
530
else:
531
logger.warning(
532
- f"Ignoring partition_by config for model '{self.name}' targeting {context.target.dialect}; it is only supported for bigquery."
+ "Ignoring partition_by config for model '%s' targeting %s; it is only supported for BigQuery.", self.name, context.target.dialect
533
)
534
535
if partitioned_by:
0 commit comments