Is there a glob like syntax for FlyteDirectory? If...
# flyte-support
r
Is there a glob like syntax for FlyteDirectory? If I have a directory that contains files with a prefix (along with other files), is it possible to only grab files matching the prefix?
g
we don’t support it yet. mind creating an issue here. [flyte-core]
g
contributions welcome
r
ofc!
I actually figured out a nice way to do this with FlyteFile + gcsfs
but not sure what UX would look like for FlyteDirectory globs 🤔
may have jumped the gun
Something like this for remote files is what I ended up with
g
LGTM, I think we can do the same thing in flytekit
152 Views