The error is commonly encountered in BigQuery and indicates that your column-partitioned table has reached the daily quota for partition modifications. This quota exists to prevent tables from becoming unusable for writes over time.
For more information on resolutions specific to BigQuery, you can refer to this documentation. In addition, when using Dataform, consider managing run frequency more efficiently, minimizing table re-creation, and optimizing operations on partitioned tables to avoid hitting this quota.