You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using gwa generate-config interactively, if org/orgunit are left blank, then they are blank in the created DraftDataset and validation fails when publishing.
organization:
organizationUnit:
Meanwhile, if parameters are provided (e.g. gwa generate-config --template quick-start --service <MYSERVICE> --upstream https://httpbin.org) then org/orgunit are autofilled with:
Description
When using
gwa generate-config
interactively, if org/orgunit are left blank, then they are blank in the created DraftDataset and validation fails when publishing.Meanwhile, if parameters are provided (e.g.
gwa generate-config --template quick-start --service <MYSERVICE> --upstream https://httpbin.org
) then org/orgunit are autofilled with:org and orgunit are optional fields (ie you can omit those fields and still add/update a dataset), but they cannot be blank.
Acceptance criteria
generate-config
organization
andorganizationUnit
are blank which will fail validationThe text was updated successfully, but these errors were encountered: