Hi All,
I'm invoking Dataform using Cloud workflows. I can invoke single sqlx file using tags(includedTags). But instead of tags, I want to invoke it using Dataform actions. Is there anyway? Please find the below yaml file.
- createWorkflowInvocation:
call: http.post
args:
auth:
type: OAuth2
body:
compilationResult: ${compilationResult.body.name}
invocationConfig:
includedTags:
- employee_total
transitiveDependenciesIncluded: true
result: workflowInvocation