in migration_toolkit/common/bigquery_type.py [0:0]
def with_precision_and_scale(self, p, s) -> str: return f"{self.value}({p}, {s})"