gabotorresruiz opened a new pull request, #36108: URL: https://github.com/apache/superset/pull/36108
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY <!--- Describe the change below, including rationale and design decisions --> This PR adds error logging around CSV chunk concatenation to improve debugging of upload failures. When uploading CSVs with date columns, pandas emits a `UserWarning` about date format inference, which is followed by an exception during chunk concatenation. This is just some defensive code to see if we can actually catch what is causing the error. This provides visibility into the root cause of concatenation failures without changing functionality. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
