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
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
I have an Athena database that I wanted to connect to. The connection itself seems to work but the Query tab stays deactivated.
Investigating the issue in the code, the problem boils down to no tables being returned by the connector and the interface then does not enable the Query tab.
The core issue is this line in the athena connector:
Our Athena database has only a single table so this will return an empty array.
I do not see any reason for this slice(1) to be there and why the first table should not be returned. Can anyone shed some light on this? Generally this should be an easy fix.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an Athena database that I wanted to connect to. The connection itself seems to work but the Query tab stays deactivated.
Investigating the issue in the code, the problem boils down to no tables being returned by the connector and the interface then does not enable the Query tab.
The core issue is this line in the athena connector:
Our Athena database has only a single table so this will return an empty array.
I do not see any reason for this slice(1) to be there and why the first table should not be returned. Can anyone shed some light on this? Generally this should be an easy fix.
The text was updated successfully, but these errors were encountered: