Update sql table in AWS Glue through pyspark
I am writing an ETL job in AWS Glue using pyspark.
I am reading the data from S3 and loading it in dataframe. After doing the manipulation in dataframe I want to update the data in a sql table.
I am writing an ETL job in AWS Glue using pyspark.
I am reading the data from S3 and loading it in dataframe. After doing the manipulation in dataframe I want to update the data in a sql table.