leandro-ferreira-farm
leandro-ferreira-farm
I recive the same error here: wr.s3.to_deltalake( df=df_delta, path=s3_path, mode="overwrite", partition_cols = partition_cols, index=False, overwrite_schema=True, s3_allow_unsafe_rename=True, ) argument 'storage_options': 'NoneType' object cannot be converted to 'PyString'
Please, reeopen this ticket. This issue continues to happen even in version 3.3.0
I saw that the error happens when we use a boto.session. I don't know if it's a deltalake-rs issue or an awswrangler issue
I'm using poetry as a dependencies manager, and my pyproject.tom is: [tool.poetry.dependencies] python = "3.10.11" awswrangler = "3.3.0" boto3 = "1.27.1" pyarrow = "12.0.1" duckdb = "0.8.1" pandas = "2.0.3"...
Support to Polars could be wonderful. Polars had great growth in the last years and many data scientist and data analysts using daily. In this road map support Polars?
> Hello @fabclmnt, I have interesting in contributing with the project and add Polars support, please tell how can I do this.