Hello,
Before Unity catalog, we were able to rename spark files to a single file (ex: accounts.csv instead of part001) using mounts with pandas or dbutils.fs.
How can we achieve the same today without mounts? Is it possible to use external locations with dbutils or is there new ways to achieve this?
Thanks!