Best practices to download a FlyteDirectory
#6206
Unanswered
dormant-user
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've seen multiple ways to download a
FlyteFile
orFlyteDirectory
- however I'd like to know what's the best practice / suggested approach?Is it iterating over the directory (docs) or using the
.download()
explicitly?I also came across a discussion that suggests other simple approaches using
os
module hereBeta Was this translation helpful? Give feedback.
All reactions