-
Notifications
You must be signed in to change notification settings - Fork 300
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
Adopt flyteidl's ordered variable map change #608
Merged
Merged
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2cd65b3
wip Adopt flyteidl's ordered variable map change
mayitbeegh 0e3ff58
Switch to OrderedDict for pre Python 3.6 compatibility
mayitbeegh cf0f98b
fmt and lint
mayitbeegh 6609fd7
* add flyteidl requirement to setup.py
mayitbeegh ac95362
fmt
mayitbeegh 9ce2a18
switch to https
mayitbeegh db6ffa9
version bump
mayitbeegh d474bd5
Merge remote-tracking branch 'origin/master' into feat/ordered-variab…
mayitbeegh cec2af7
update requirements
mayitbeegh 2f80eb7
Merge remote-tracking branch 'origin/master' into feat/ordered-variab…
mayitbeegh 49cfb42
Merge master
mayitbeegh d853840
Update flyteidl version
mayitbeegh df02935
merge
wild-endeavor 382918c
make requirements in mock repo
wild-endeavor 77307aa
update mock requirements
wild-endeavor 39d9a75
bump flytekit in flytekit-sqlalchemy
eapolinario 03c346d
bump setup idl to 0.20.1
wild-endeavor cb61649
redo
wild-endeavor 3f2fea6
revert
wild-endeavor 677bdb9
one more try
wild-endeavor 26cfcf8
Revert "one more try"
eapolinario 11a2998
One more try to get flyteidl-0.20.1 after plugins are installed
eapolinario 4b14330
Revert "One more try to get flyteidl-0.20.1 after plugins are installed"
eapolinario File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while we're at it, let's delete
six
from this file.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked on my machine...
I did
pip install -e
for the flyteidl dependency. I'll update the version once the flyteidl change is released.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And drop Python 2 compatibility?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we haven't had python 2 compatibility in forever... it's just too much work to delete six all at once so i generally just do it when i'm working in the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it.