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 · 1 comment
Open

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

pariksheet opened this issue Oct 9, 2024 · 1 comment
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
@dannymeijer dannymeijer modified the milestones: 0.9.0, 0.10.0 Nov 8, 2024
@dannymeijer
Copy link
Member

I suppose we could tackle this with a UDF type implementation - would that be acceptable @pariksheet ?

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: No status
Development

No branches or pull requests

2 participants