Is there a glob like syntax for FlyteDirectory? If...
# ask-the-community
g
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?
k
we don’t support it yet. mind creating an issue here. [flyte-core]
k
contributions welcome
g
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
k
LGTM, I think we can do the same thing in flytekit
152 Views