awsdocs/aws-glue-developer-guide

DynamicFrame.resolveChoice method parameters out of date

ellisonc opened this issue · 1 comments

The docs say: resolveChoice(specs = None, option="", transformation_ctx="", info="", stageThreshold=0, totalThreshold=0)
The code uses: resolveChoice(specs = None, choice="", transformation_ctx="", info="", stageThreshold=0, totalThreshold=0)