Skip to content

Commit

Permalink
Update pyspark_code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
riship1095 authored Nov 9, 2022
1 parent 6f02536 commit 74ca45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyspark_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
datasink1 = dropnullfields3.toDF().coalesce(1)

df_final_output = DynamicFrame.fromDF(datasink1,glueContext,"df_final_output")

# Script generated for node S3 bucket
S3bucket_node3 = glueContext.write_dynamic_frame.from_options(
frame=dropnullfields3,
Expand Down

0 comments on commit 74ca45a

Please sign in to comment.