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: change private attr and step getter #82

Merged
merged 66 commits into from
Oct 30, 2024

Conversation

mikita-sakalouski
Copy link
Contributor

Description

Adjust Output class and fix getting of attributes from Step classes.

Related Issue

#81

Motivation and Context

Get correct behavior for class attributes and also raise Exception in proper manner

How Has This Been Tested?

Existing tests

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

mikita-sakalouski and others added 30 commits August 9, 2024 12:23
…pport-dbr-143lts' into 33-feature-ensure-that-we-can-support-dbr-143lts
…rsonal.github.com:Nike-Inc/koheesio into 33-feature-ensure-that-we-can-support-dbr-143lts
@mikita-sakalouski mikita-sakalouski requested a review from a team as a code owner October 23, 2024 14:24
@mikita-sakalouski mikita-sakalouski self-assigned this Oct 23, 2024
@mikita-sakalouski mikita-sakalouski added the bug Something isn't working label Oct 23, 2024
Copy link
Member

@dannymeijer dannymeijer left a comment

Choose a reason for hiding this comment

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

Looks good

@mikita-sakalouski mikita-sakalouski changed the title refactor: change private attr and output getter refactor: change private attr and step getter Oct 23, 2024
Base automatically changed from 33-feature-ensure-that-we-can-support-dbr-143lts to release/0.9 October 29, 2024 21:14
src/koheesio/models/reader.py Outdated Show resolved Hide resolved
src/koheesio/spark/transformations/drop_column.py Outdated Show resolved Hide resolved
src/koheesio/spark/writers/delta/stream.py Outdated Show resolved Hide resolved
@dannymeijer dannymeijer merged commit 90e6462 into release/0.9 Oct 30, 2024
12 checks passed
@dannymeijer dannymeijer deleted the hotfix/step_output branch October 30, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] Step get attribute is passing on missed attributes and shadow excpetions
2 participants