- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Creates a new WorkflowConfig in a given Repository.
HTTP request
POST https://dataform.googleapis.com/v1/{parent=projects/*/locations/*/repositories/*}/workflowConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The repository in which to create the workflow config. Must be in the format  Authorization requires the following IAM permission on the specified resource  
 | 
Query parameters
| Parameters | |
|---|---|
| workflowConfigId | 
 Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name. | 
Request body
The request body contains an instance of WorkflowConfig.
Response body
If successful, the response body contains a newly created instance of WorkflowConfig.
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/cloud-platform
- https://www.googleapis.com/auth/bigquery
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
- dataform.workflowConfigs.create
For more information, see the IAM documentation.