Read from multiple partitions with s3.read_json using the parition_filter #1167
-
In S3, I have a dataset with multiple partitions: s3:/mybucket/raw/auth_logs/auth_date=20220115/file1.json I would like to return all records from multiple partitions into a single pandas dataframe. When I attempt to return the data using the partition filter below, I only get data from a single partition instead of both. What am I missing here?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I made a mistake opening this ticket, the above filter in fact does work for querying data from multiple partitions |
Beta Was this translation helpful? Give feedback.
I made a mistake opening this ticket, the above filter in fact does work for querying data from multiple partitions