Nataneljpwd commented on code in PR #54221:
URL: https://github.com/apache/airflow/pull/54221#discussion_r2265122856


##########
providers/amazon/src/airflow/providers/amazon/aws/transfers/hive_to_dynamodb.py:
##########
@@ -104,7 +107,10 @@ def execute(self, context: Context):
         self.log.info("Inserting rows into dynamodb")
 
         if self.pre_process is None:
-            
dynamodb.write_batch_data(json.loads(data.to_json(orient="records")))
+            if self.df_type == "polars":

Review Comment:
   Maybe a debug log here and in the else in case of pandas could be beneficial?
   As to know how the data is transfered, using pilafs or pandas?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to