Databrew Dataset PathOptions #3125
-
Hi All, It appears that SAM does not support Databrew Dataset PathOptions, unless anyone is able to tell me otherwise? Structure of resource documented here: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-databrew/blob/main/aws-databrew-dataset/aws-databrew-dataset.json Deployment Error:
Code: GlueDataBrewDataset:
Type: AWS::DataBrew::Dataset
Properties:
Name: test-dataset'
Format: CSV
Input:
S3InputDefinition:
Bucket:
Ref: S3Bucket
PathOptions:
Parameters:
PathParameter:
- DatasetParameter:
Name: "test"
Type: "Datetime"
- PathParameterName: "file_creation_date" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Can you provide context on where you see that error? Is it from a CloudFormation deployment? |
Beta Was this translation helpful? Give feedback.
-
Any idea's please? |
Beta Was this translation helpful? Give feedback.
So it looks like the issue is that it's the wrong syntax.
In the example you provided
Parameters
has aPathParameter
subproperty, however, it should be a list ofPathParameter
s.So something like this should work: