-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python3 pandas json encoding problem #416
Comments
Weird, how can json have a circular reference? it makes no sense to me... But with a bit of googling it looks like it's coming from the date_handler function: |
This may help: |
Ok after I found some other issues related to python3 I switched back to python2 /o\ (but there it works…) |
@LilithWittmann could you please create issues for any Py3 problems you encounter? We'll try to squash them. |
Thanks! Unfortunately mysql has been problematic for Py3 in the past but I don't use it here so I have trouble testing for compatibility. Let's see if anyone can help. |
Believe this was closed with #427, please reopen if not. |
* spark: visitors for commands Signed-off-by: Maciej Obuchowski <[email protected]> * spark: emit on sql events (apache#404) Signed-off-by: Maciej Obuchowski <[email protected]> * OptimizedCreateHiveTableAsSelectCommandVisitor with tests (apache#414) Signed-off-by: Pawel Leszczynski <[email protected]> * AlterTableCommands visitors (apache#415) Signed-off-by: Pawel Leszczynski <[email protected]> * spark: implement PathUtils (apache#416) Signed-off-by: Maciej Obuchowski <[email protected]> * spark: move existing visitor implementations to PathUtils (apache#417) Signed-off-by: Maciej Obuchowski <[email protected]> * spark: split CreateTableLikeCommandVisitor implementation due to api change (apache#418) Signed-off-by: Maciej Obuchowski <[email protected]> * [INTEGRATION][Spark] implement DataFrameWriterV2's CreateTableAsSelect (apache#419) * spark: split CreateTableLikeCommandVisitor implementation due to api change Signed-off-by: Maciej Obuchowski <[email protected]> * spark: implement DataFrameWriterV2's CreateTableAsSelect for Iceberg and Delta Signed-off-by: Maciej Obuchowski <[email protected]> * merge fromHiveTable & fromCatalogTable methods (apache#432) Signed-off-by: Pawel Leszczynski <[email protected]> * create & drop table with tests (apache#424) Signed-off-by: Pawel Leszczynski <[email protected]> Co-authored-by: pawel.leszczynski <[email protected]> Co-authored-by: Michael Collado <[email protected]>
I tried to use the charts function of airflow but every query I run returns an internal server error. I think it has something to do with json encoding of the pandas object.
My system:
This is the object that can't be encoded:
The text was updated successfully, but these errors were encountered: