Skip to content
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

[MAINTENANCE] Fixes for test_dependency_versions pipeline #8122

Merged
merged 4 commits into from Jun 15, 2023

Conversation

anthonyburdi
Copy link
Member

@anthonyburdi anthonyburdi commented Jun 15, 2023

The test_dependency_versions pipeline is failing and one potential cause is that pandas < 2.0.0 is not compatible with sqlalchemy >=2.0.0

Warnings are emitted while running earlier versions of pandas, so we need to ignore the warning (based on version installed) in great_expectations/compatibility/sqlalchemy_compatibility_wrappers.py

@netlify
Copy link

netlify bot commented Jun 15, 2023

Deploy Preview for niobium-lead-7998 ready!

Name Link
🔨 Latest commit db1821e
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/648b3bc71759990008abfdb5
😎 Deploy Preview https://deploy-preview-8122--niobium-lead-7998.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@ghost
Copy link

ghost commented Jun 15, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@Kilo59 Kilo59 requested a review from cdkini June 15, 2023 14:27
@anthonyburdi anthonyburdi changed the title [MAINTENANCE] Add upper bound to sqlalchemy in test_dependency_versions pipeline [MAINTENANCE] Fixes for test_dependency_versions pipeline Jun 15, 2023
@anthonyburdi anthonyburdi enabled auto-merge (squash) June 15, 2023 15:33
@anthonyburdi anthonyburdi merged commit 823620c into develop Jun 15, 2023
48 checks passed
@anthonyburdi anthonyburdi deleted the m/dx-596/test_dependency_versions_job branch June 15, 2023 17:20
@anthonyburdi anthonyburdi self-assigned this Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants