Closed ldanai closed 3 years ago
Have you tried using a board with a nested path, like board_azure(cont, "path/to/board")
? I assume you're using the dev version from Github.
The underlying storage machinery can handle such paths; if board_azure
runs into problems I'll see if I can fix them up.
Yes I have started using the dev version. The new API look quite friendly so I kind of migrate my code to the new dev version.
Let me try the current version board_azure(con, "path/to/board")
. Thanks for suggesting.
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
I found board_s3() with prefix argument is very useful concept #495.
I am using both aws and azure. board_azure() with prefix argument would also be useful for azure users.
Thanks for such powerful framework for sharing data across projects and teams.