aws-samples / aws-glue-samples

AWS Glue code samples
MIT No Attribution
1.44k stars 821 forks source link

sample code missing import library #57

Closed doooothat closed 4 years ago

doooothat commented 4 years ago

Data cleaning with AWS Glue (aws-glue-samples/examples/data_cleaning_and_lambda.md)

not include awsglue.DynamicFrame syntax

check plz insert DynamicFrame class

from awsglue.dynamicframe import DynamicFrame

ex) medicare_tmp_dyf = DynamicFrame.fromDF(medicare_dataframe, glueContext, "nested")

moomindani commented 4 years ago

Thanks for reporting it. It has been fixed by https://github.com/aws-samples/aws-glue-samples/pull/36.