Powershell AWS: Update-GDBDataset with PathOptions_Parameter

0

Hi! I have in DataBrew a Dataset with dynamic parameterized datasets (https://aws.amazon.com/es/blogs/big-data/simplify-incoming-data-ingestion-with-dynamic-parameterized-datasets-in-aws-glue-databrew/). Name of Parameter: 'MyTest'. Type: 'String'. Condition1 : is exactly 08.

I need to change the Condition1 with Powershell. My best approach would be this but doesn't work:

$MiHas=@{"Name"="MiPrueba";"Condition"="is 07"} Update-GDBDataset -Name "Test" -PathOptions_Parameter $MiHas -S3InputDefinition_Bucket "BucketName" -S3InputDefinition_Key "Key/"$MiHas['Condition'] -Format CSV -Csv_Delimiter ";"

Any help with this would be very appreciated,

질문됨 2년 전61회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠