-
Notifications
You must be signed in to change notification settings - Fork 903
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
Rename uses of data_set to dataset #3115
Rename uses of data_set to dataset #3115
Conversation
Hey @astrojuanlu, |
Hey @MinuraPunchihewa , thanks for your contribution! I'll leave @astrojuanlu to comment on the changes but I can see already that, to be able to merge it, we would need you to signoff your commits. This is a verification on your side that you're complying with our Developer Certificate of Origin. Please can you fix the commits in question. You can use |
Thanks @MinuraPunchihewa ! Apart from what @stichbury said, on the |
Hey @stichbury, I don't know if I have missed it, but would it be useful for this to be mentioned in the contributing guidelines? Sure, @astrojuanlu, I will make the necessary changes. |
And we are sorry to have to ask you to do this! It's a requirement from our open source organization and you're not the first to hit against it. I think a rebase would work best in this case.
|
It's no problem at all, @stichbury. I'm sorry, I should have been aware. |
Indeed, |
Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
… in Catalog CLI Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
…arallelRunner Signed-off-by: Minura Punchihewa <[email protected]>
… in Runner Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
… in docs Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
…TestSparkDataSet and TestDataFlowSequentialRunner Signed-off-by: Minura Punchihewa <[email protected]>
…Catalog tests Signed-off-by: Minura Punchihewa <[email protected]>
…DataCatalog tests Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
…sPipeline and TestSequentialRunnerRelease Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
…coding Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
e44c310
to
694079f
Compare
Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
Hey @stichbury, @astrojuanlu,
I believe I was also able to rename uses of By the way, guys, this is the most number of files I have ever edited in a single PR! Please let me know if there is anything else I need to do. I will open up this PR for review now. |
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.
Hi @MinuraPunchihewa, thank you for this PR. This is breaking change and therefore should go in the develop
branch and not the main
.
Hey @merelcht, |
Oof that's unfortunate.. the conflicts are all with files that have been removed on |
Signed-off-by: Minura Punchihewa <[email protected]>
Ah.. that is unfortunate. Have all of these files been removed? If so, I can remove them from my branch, which might resolve the conflicts. What do you think? I already pushed one commit and it seems to work. |
Yes all files in |
Thanks, @merelcht. I will give it a shot. |
Signed-off-by: Minura Punchihewa <[email protected]>
Signed-off-by: Minura Punchihewa <[email protected]>
Hey @merelcht, @astrojuanlu, |
Fantastic! The renaming changes all look good to me, but they should definitely be mentioned in the |
@merelcht Am I right to assume that these changes should be mentioned under the Upcoming Release 0.18.14? And under the sub section |
Signed-off-by: Minura Punchihewa <[email protected]>
@merelcht I've added the release notes the best I knew how. Let me know if anything needs to change. |
Thanks @MinuraPunchihewa ! They actually need to go under the section |
Of course, @merelcht! Go right ahead. Do you want me to fix the release notes? |
Signed-off-by: Merel Theisen <[email protected]>
I have done this and the linter is happy now as well! There's just one build failing, but that's caused by something else. We're working on fixing that. Thank you so much for this contribution @MinuraPunchihewa ⭐ |
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.
LGTM!
Signed-off-by: Merel Theisen <[email protected]>
Description
This PR renames
data_sets
argument todatasets
and the_data_sets
attribute to_datasets
in theCatalog
implementations. It also renames thedata_sets()
function inPipeline
todatasets()
.Development notes
The following changes have been made:
data_sets
argument todatasets
and the_data_sets
attribute to_datasets
in theCatalog
.data_sets()
function inPipeline
todatasets()
.data_sets
in the code base todatasets
.data_set
throughout the project todataset
.Fixes:
#3041
Checklist
RELEASE.md
file