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

[FEATURE] Remove [cloud] optional dependency #9814

Merged
merged 5 commits into from Apr 29, 2024

Conversation

JennyTee
Copy link
Contributor

@JennyTee JennyTee commented Apr 25, 2024

Jira ticket: https://greatexpectations.atlassian.net/browse/Z2-289

Removing the optional [cloud] dependency so that we can pin the agent to a specific GX Core version (or at least a minimum version) in pyproject.toml rather than just poetry.lock.

Similar PR into develop is here: #9813

This PR needs to be merged before we can merge great-expectations/cloud#229.

  • Description of PR changes above includes a link to an existing GitHub issue
  • PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
  • Code is linted - run invoke lint (uses ruff format + ruff check)
  • Appropriate tests and docs have been updated

For more information about contributing, see Contribute.

After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!

@JennyTee JennyTee self-assigned this Apr 25, 2024
@@ -1,2 +1 @@
great_expectations_cloud>=0.0.3.dev5
orjson>=3.9.7
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initially I tried to remove this whole file...but cloud_data_store.py needs orjson for the tests that are run in the develop branch.

Keeping it in this branch, too, for consistency. (Even though CI passed without it.)

@JennyTee JennyTee marked this pull request as ready for review April 25, 2024 20:16
Copy link
Member

@anthonyburdi anthonyburdi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Open question for me is if we need to release a new 0.18.x version after this PR goes in.

Copy link
Contributor

@billdirks billdirks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@JennyTee JennyTee added this pull request to the merge queue Apr 29, 2024
Merged via the queue into 0.18.x with commit 1ed12ad Apr 29, 2024
56 checks passed
@JennyTee JennyTee deleted the f/z2-289/remove-cloud-optional-dependency-0-18-x branch April 29, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants