This update introduces a robust triggering system for Dataform workflows. The new WorkflowTriggerConfig allows developers to define TableUpdateTrigger conditions, enabling workflows to execute automatically when a specific target table is modified. The configuration supports logical conditions (ALL/ANY), rate limiting via minExecutionDuration, and observability through recentTriggerEvaluationRecords. Additionally, GitRemoteSettings now includes a gitRepositoryLink field, allowing integration with standard GCP Git repository connections for machine-based authentication.
High Impact
Docs