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

[FEATURE] Add transformation to download file from url #143

Merged

Conversation

dannymeijer
Copy link
Member

@dannymeijer dannymeijer commented Dec 2, 2024

Description

This pull request introduces a new feature to add a transformation for downloading files from a URL.

Related Issue

#75

Motivation and Context

N/A

How Has This Been Tested?

Unit tests were added

Screenshots (if appropriate):

N/A

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.

@dannymeijer dannymeijer linked an issue Dec 2, 2024 that may be closed by this pull request
@dannymeijer dannymeijer added this to the 0.10.0 milestone Dec 9, 2024
@dannymeijer dannymeijer added the enhancement New feature or request label Dec 12, 2024
@dannymeijer dannymeijer self-assigned this Dec 12, 2024
@dannymeijer dannymeijer marked this pull request as ready for review December 12, 2024 15:25
@dannymeijer dannymeijer requested a review from a team as a code owner December 12, 2024 15:25
Copy link
Contributor

@riccamini riccamini left a comment

Choose a reason for hiding this comment

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

Some comments on the control flow of the DownloadFile step but overall nice addition 💪

src/koheesio/steps/download_file.py Outdated Show resolved Hide resolved
src/koheesio/steps/download_file.py Outdated Show resolved Hide resolved
src/koheesio/steps/download_file.py Outdated Show resolved Hide resolved
Copy link
Contributor

@riccamini riccamini left a comment

Choose a reason for hiding this comment

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

Thanks for addressing the comments, looks food 💪

…h usage examples for transform and execute methods
@dannymeijer dannymeijer merged commit 5eb4b1e into main Dec 16, 2024
15 checks passed
@dannymeijer dannymeijer deleted the feature/75-add-transformation-to-download-file-from-url branch December 16, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add transformation to download file from url
4 participants