Re: [I] Aws Glue error for append data [iceberg-python]

2024-05-16 Thread via GitHub
apersilva commented on issue #738: URL: https://github.com/apache/iceberg-python/issues/738#issuecomment-2116238350 It´s work, thanks a lot. -- 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 sp

Re: [I] Aws Glue error for append data [iceberg-python]

2024-05-16 Thread via GitHub
ndrluis commented on issue #738: URL: https://github.com/apache/iceberg-python/issues/738#issuecomment-2116167599 Sorry, I double-checked the Java implementation, and it's correct on the Python side. @apersilva, for your case, I believe you need to do something like this: ```

Re: [I] Aws Glue error for append data [iceberg-python]

2024-05-14 Thread via GitHub
apersilva commented on issue #738: URL: https://github.com/apache/iceberg-python/issues/738#issuecomment-2111055263 └┴───┴──┘Traceback (most recent call last): File "c:\g

Re: [I] Aws Glue error for append data [iceberg-python]

2024-05-14 Thread via GitHub
apersilva commented on issue #738: URL: https://github.com/apache/iceberg-python/issues/738#issuecomment-2111047010 def update_table(database_target, table_target,database_name, table_name, partition_by,size, process_date, custom_partion): catalog =load_catalog('glue', **{

Re: [I] Aws Glue error for append data [iceberg-python]

2024-05-14 Thread via GitHub
ndrluis commented on issue #738: URL: https://github.com/apache/iceberg-python/issues/738#issuecomment-2110972194 Hello @apersilva, can you give us a minimal code example that can reproduce this error? -- This is an automated message from the Apache Git Service. To respond to the message,