delta-io / delta-sharing

An open protocol for secure data sharing
https://delta.io/sharing
Apache License 2.0
722 stars 154 forks source link

How to use jsonPredicateHints with load_as_pandas in delta_sharing version 1.0.3 #458

Open sumithjay opened 4 months ago

sumithjay commented 4 months ago

jsonPredicateHints: is not showing as an available paramter.

load_as_pandas

florinferbei commented 4 months ago

I have the same issue and when trying to use it I get an error saying it is an unexpected keyword argument

linzhou-db commented 4 months ago

Good question. it was not added in the released package yet. You can make local customized changes to use this before we make it in a release. cc @chakankardb

Meehau commented 2 months ago

Hi, same here. I also saw a couple other comments/issues about missing predicates capabilities in the Python client library.