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

Add serializer for RemoteDaskEnvironment and add server start image version logic #2386

Merged
merged 9 commits into from
Apr 23, 2020

Conversation

joshmeek
Copy link

Thanks for contributing to Prefect!

Please describe your work and make sure your PR:

  • adds new tests (if appropriate)
  • updates CHANGELOG.md (if appropriate)
  • updates docstrings for any new functions or function arguments, including docs/outline.toml for API reference docs (if appropriate)

Note that your PR will not be reviewed unless all three boxes are checked.

What does this PR change?

Closes #2369
Closes #2375

Why is this PR important?

Now the RemoteDaskEnvironment won't show up as a CustomEnvironment and the image tag selection based on Prefect version is good for local development.

@joshmeek joshmeek added cli Related to the Prefect CLI environment labels Apr 22, 2020
@codecov
Copy link

codecov bot commented Apr 22, 2020

Codecov Report

Merging #2386 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Copy link
Member

@cicdw cicdw left a comment

Choose a reason for hiding this comment

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

A few requests regarding the prefect.__version__ implementation 👍

@joshmeek joshmeek force-pushed the env_serialization branch from ebb59ea to 2743fd8 Compare April 23, 2020 14:07
@joshmeek joshmeek merged commit 96e5617 into master Apr 23, 2020
@joshmeek joshmeek deleted the env_serialization branch April 23, 2020 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the Prefect CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iron out steps for resolving serializer changes with Core's server Add serializer for RemoteDaskEnvironment
2 participants