Replies: 1 comment 2 replies
-
Good question @lamhm - two things I'd suggest:
This would expose a new top level |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I am trying specify the
filters
argument (as one of theload_args
) while loading adask.ParquetDataSet
. According to this document, thefilters
need to be declared as aList[Tuple]]
or aList[List[Tuple]]
. But tuples are not natively supported in yaml files. So, I wonder if there is akedro
way to specify thefilters
argument. If not, is there a simple work-around?Thank you very much for your help.
Beta Was this translation helpful? Give feedback.
All reactions