You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
...
The text was updated successfully, but these errors were encountered:
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.
Describe the solution you'd like
Column Transformation
Describe alternatives you've considered
...
Additional context
...
The text was updated successfully, but these errors were encountered: