avril
07/03/2024, 2:30 PMjay
07/03/2024, 5:13 PM.url.download()
like how we do for S3 URLs, but the tricky thing to try and make work is the credentials story as well as the URL scheme.
Maybe we can recognize URLs like unity://<volume_name>/...
and perform a 2-step process:
1. Convert these URLs to S3 URLs. Grab S3 credentials from Unity Catalog.
2. Run a normal .url.download()
on the S3 URLs using those S3 credentialsavril
07/04/2024, 12:54 PM