Is there a way to schedule all actions in a schema? Note that I specifically don't want to use tags.
Scenario:
....
invocation_config {
included_targets {
database = "my-db"
schema = "assertions"
name = "*"
}
....
Any ideas? I'd really like to run my assertions each day in isolation.
The scheduling of all actions in a schema in Dataform without using tags isn’t readily available in standard documentation. While Dataform allows for configuration through the environments.json file, scheduling is typically managed through the Dataform web interface or other external tools. Please refer to the Dataform official documentation for more details