-
Notifications
You must be signed in to change notification settings - Fork 21
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
Use Glue Data Catalog with Athena #285
Comments
This code is now in our fork. |
I tried running queries against athena in stage and there are multiple error displayed. I.e:
@rafrombrc I'm not sure how relevant is the testing done in Stage using Athena. Not sure how we should proceed with this issue. |
Since this is just a toggle, we can try turning it on in production and switch it back off if it gives these errors. |
I am blocked from verifying queries on Athena in prod. I have logged #306 |
Athena is now available in prod. I tried running some queries against Athena and it seems to work fine. Marking bug as verified fixed. |
We've seen truncated results when querying against information_schema table for table metadata. AWS recommends querying against glue instead.
This functionality was added upstream (getredash#2045). Can we pull this in?
/cc @robotblake
The text was updated successfully, but these errors were encountered: