You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new user of starbase, I want to retrieve few records using some condition like start date or end date or some other fields(columns) not keyID field. Is there any other api or any other syntax in starbase.
I checked fetch is used for keyID and fetch_all_rows is using for all record retrieve.
Even I checked fetch_all_rows(with_row_id=False, raw=False, perfect_dict=None, flat=False, filter_string=None, scanner_config={}', fail_silently=True)
row_filter_string = '{"type": "RowFilter", "op": "EQUAL", "comparator": ' '{"type": "RegexStringComparator", "value": "IN825615" }}' here also value is specific keyID only working, I am not getting any proper solution. Is there any other alternative api.
Plz suggest, how can resolve this query issue.
The text was updated successfully, but these errors were encountered:
I am new user of starbase, I want to retrieve few records using some condition like start date or end date or some other fields(columns) not keyID field. Is there any other api or any other syntax in starbase.
I checked fetch is used for keyID and fetch_all_rows is using for all record retrieve.
Even I checked fetch_all_rows(with_row_id=False, raw=False, perfect_dict=None, flat=False, filter_string=None, scanner_config={}', fail_silently=True)
row_filter_string = '{"type": "RowFilter", "op": "EQUAL", "comparator": ' '{"type": "RegexStringComparator", "value": "IN825615" }}' here also value is specific keyID only working, I am not getting any proper solution. Is there any other alternative api.
Plz suggest, how can resolve this query issue.
The text was updated successfully, but these errors were encountered: