Skip to content

Databrew Dataset PathOptions #3125

Closed Answered by hoffa
synalogik-jfrench asked this question in Questions
Discussion options

You must be logged in to vote

So it looks like the issue is that it's the wrong syntax.

In the example you provided Parameters has a PathParameter subproperty, however, it should be a list of PathParameters.

So something like this should work:

  GlueDataBrewDataset:
    Type: AWS::DataBrew::Dataset
    Properties:
      Name: test-dataset
      Format: CSV
      Input:
        S3InputDefinition:
          Bucket:
            Ref: S3Bucket
      PathOptions:
         Parameters:
            - DatasetParameter:
                Name: "test"
                Type: "Datetime"
              PathParameterName: "file_creation_date"

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@synalogik-jfrench
Comment options

@hoffa
Comment options

@synalogik-jfrench
Comment options

@hoffa
Comment options

Answer selected by hoffa
@synalogik-jfrench
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants