Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Invoke Dataform single sqlx using Cloud workflows

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
2 1 373
1 REPLY 1