Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid syntax in get_sample.py #117

Open
jstjoe opened this issue May 2, 2024 · 0 comments
Open

Invalid syntax in get_sample.py #117

jstjoe opened this issue May 2, 2024 · 0 comments

Comments

@jstjoe
Copy link

jstjoe commented May 2, 2024

"columnValues": "[<COLUMN_VALUE_1>,<COLUMN_VALUE_2>]",

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"],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant