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

Refactor DataPipelineStatus and DataPipeline classes #870

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

marcominerva
Copy link
Contributor

Removed the Failed property from DataPipelineStatus and reordered the Empty property with JsonPropertyOrder of 1. Updated DataPipeline class: refactored Log method to use null-coalescing assignment and adjusted ToDataPipelineStatus method to reflect the removal of the Failed property.

Motivation and Context (Why the change? What's the scenario?)

See #709

Removed the `Failed` property from `DataPipelineStatus` and reordered the `Empty` property with `JsonPropertyOrder` of 1. Updated `DataPipeline` class: refactored `Log` method to use null-coalescing assignment and adjusted `ToDataPipelineStatus` method to reflect the removal of the `Failed` property.
@marcominerva marcominerva requested a review from dluc as a code owner October 30, 2024 09:23
@dluc dluc merged commit 13d2178 into microsoft:main Oct 30, 2024
6 checks passed
@marcominerva marcominerva deleted the datapipeline branch October 31, 2024 07:56
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.

2 participants