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,

gefragt vor 2 Jahren63 Aufrufe
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen