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

Error using query_iterative() #17

Open
saurabh-khanna opened this issue Apr 23, 2024 · 0 comments
Open

Error using query_iterative() #17

saurabh-khanna opened this issue Apr 23, 2024 · 0 comments

Comments

@saurabh-khanna
Copy link

I am getting an error while iteratively querying data from the Dimensions API using query_iterative(). How do I fix this (as previous iterations succeed)?

Code:

query = """search publications where year in [2020] and category_for.name in ["4701 Communication and Media Studies", "3605 Screen and Digital Media"] return publications"""
df_result = dsl.query_iterative(query).as_dataframe()

Error:

image
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