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
In this sample the syntax for specifying unique values appears to be incorrect. It shows the entire array wrapped in a string, and the individual elements are (incorrectly) not handled as strings.
It should look something like this:
"columnValues": ["Buzz Aldrin"],
The text was updated successfully, but these errors were encountered:
skyflow-python/samples/get_sample.py
Line 38 in af348e9
In this sample the syntax for specifying unique values appears to be incorrect. It shows the entire array wrapped in a string, and the individual elements are (incorrectly) not handled as strings.
It should look something like this:
The text was updated successfully, but these errors were encountered: