-
Notifications
You must be signed in to change notification settings - Fork 301
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
Fix sql alchemy plugin error module 'pandas.io' has no attribute 'common'
#2249
Fix sql alchemy plugin error module 'pandas.io' has no attribute 'common'
#2249
Conversation
Signed-off-by: Future-Outlier <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2249 +/- ##
==========================================
- Coverage 86.01% 83.44% -2.57%
==========================================
Files 322 290 -32
Lines 24376 22956 -1420
Branches 3689 3479 -210
==========================================
- Hits 20966 19155 -1811
- Misses 2754 3180 +426
+ Partials 656 621 -35 ☔ View full report in Codecov by Sentry. |
Can you more details to the description? For example, what's the error? also, can you link to a github issue on the sqlalchemy project? |
Yes, will update more information here. |
It is super weird that I can't reproduce the error in the container's python env. error in the container by command
|
module 'pandas.io' has no attribute 'common'
Signed-off-by: Future-Outlier <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
module 'pandas.io' has no attribute 'common'
module 'pandas.io' has no attribute 'common'
…mmon' ` (flyteorg#2249) Signed-off-by: Future-Outlier <[email protected]>
…mmon' ` (#2249) Signed-off-by: Future-Outlier <[email protected]> Signed-off-by: Jan Fiedler <[email protected]>
Tracking issue
flyteorg/flyte#749
Why and What?
from pandas.io.common import is_fsspec_url
?from @pingsutw 's advice, we found that some of pandas module need to be loaded entirely.
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link