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 when calling the async client #311

Open
resentedsage opened this issue Sep 13, 2023 · 0 comments
Open

Error when calling the async client #311

resentedsage opened this issue Sep 13, 2023 · 0 comments

Comments

@resentedsage
Copy link

So I tried a query in an async client that works in a norrmal Pydruid client and I got the error when exporting the pandas to result (which is according to the documentation is part of the Async object as well)

<Future pending cb=[coroutine..wrapper..() at C:\Users\ziivi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\tornado\gen.py:251]>

top.export_pandas()
Traceback (most recent call last):
File "", line 1, in
AttributeError: '_asyncio.Future' object has no attribute 'export_pandas'

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