We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c478480 commit 75c37f3Copy full SHA for 75c37f3
sqlmesh/dbt/model.py
@@ -526,7 +526,7 @@ def to_sqlmesh(
526
partitioned_by.append(self._big_query_partition_by_expr(context))
527
else:
528
logger.warning(
529
- 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
530
)
531
532
if partitioned_by:
0 commit comments