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:
url: ${“https://dataform.googleapis.com/v1beta1/projects/” + project_id + “/locations/” + location + “/repositories/” + repository_id + “/workflowInvocations”}
auth:
type: OAuth2
body:
compilationResult: ${compilationResult.body.name}
invocationConfig:
includedTags: - employee_total
transitiveDependenciesIncluded: true
result: workflowInvocation