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.
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
[KED-3023] Enable plugins to extend starter-aliases default list #1592
[KED-3023] Enable plugins to extend starter-aliases default list #1592
Changes from 58 commits
920d3dd
6460244
c040cf6
6f86722
af19d46
27e8caf
9698fd6
86288f8
e1d00ae
d994b42
bcd0393
2fc68fd
6390d12
6252cd6
02d434e
52b5153
d700e3b
fc4c130
56ee39c
c8a7a22
39f5440
7b07bcb
35af295
2321929
e872146
6cf1434
ffd0d5b
8cda6cf
80f8ce6
3a5b9d1
8c270df
eb53807
53ae272
7e59275
f318734
a342d82
dacc575
183714b
1053815
2fbf418
9276133
7b44f70
dd24539
9ef6f90
e29da9c
7ec8e39
f114a36
3c7bb9a
051c284
c6b5bd3
9111e5a
af3dfac
a2adb82
4fbc21a
5757c57
fbb1533
c75c463
dafe6ab
0a8f137
740da88
b18100f
6516967
6234ee3
04da315
b87aae0
1de52d1
611eedb
99cd4e7
92777ea
5d96b71
a234f84
2b23ee1
aa78c06
1c5fa6c
b72e916
5ea3f8c
de4cb59
1f36779
880bc29
15f117e
f5ccde4
0abfd6a
e603ba2
d5dd2ec
f6a4118
e44f5fb
698bdb8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 would be good to mention where this file should be, e.g.
src/.....
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.
Does this work? We have
git+https://github.com/kedro-org/kedro-starters.git
in the source code?Edit: just tried it and it does!
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.
Maybe we should be consistent about how we do it though. Probably URL to a git repo is a bit nicer than the
git+
address.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.
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.
Could the default for
starter
beNone
so we don't have to add "default" to all tests, or does that not work for the behave tests?