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 #75

Open
pariksheet opened this issue Oct 9, 2024 · 0 comments
Open

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

pariksheet opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pariksheet
Copy link
Contributor

pariksheet commented Oct 9, 2024

Is your feature request related to a problem? Please describe.

Sometimes, dataframe contains the column having reference to external url instead of value it self.

eg. in below dataframe, data column contains the presigned url.
We would like to have transformation that can download the url and store in specified path and returns the uploaded path.

key data created_by
101 s3://my-presigned-101-url user1
102 s3://my-presigned-102-url user2

Describe the solution you'd like

Column Transformation

INPUT
df: Dataframe
column: col (field having url) eg. data
OUTPUT
df: Dataframe
downloaded_url: col (downloaded path)

Describe alternatives you've considered

...

Additional context

...

@pariksheet pariksheet added the enhancement New feature or request label Oct 9, 2024
@pariksheet pariksheet self-assigned this Oct 9, 2024
@pariksheet pariksheet added this to the 0.9.0 milestone Oct 9, 2024
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
None yet
Development

No branches or pull requests

1 participant