-
Notifications
You must be signed in to change notification settings - Fork 124
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
athena-driver #3014
Merged
Merged
athena-driver #3014
Changes from 16 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
2ee73b7
athena-driver
328f2ae
athena-driver
a047f82
athena-driver
dbba228
athena-driver
985f195
athena-driver review
3db7655
athena-driver review
5c66737
athena-driver review
605b791
athena-driver review
2008155
athena-driver review
00d3ec0
athena-driver review
dc52056
athena-driver review
d7e774b
athena-driver review
e68b2af
Merge remote-tracking branch 'origin/main' into athena-connector
29b816e
Merge remote-tracking branch 'origin/main' into athena-connector
e5f1794
Merge remote-tracking branch 'origin/main' into athena-connector
549cf67
Run go mod tidy
begelundmuller e040606
athena-driver review
804f03e
athena-driver review
844877f
athena-driver review
f0bbee9
athena-driver review
8d4b69b
Merge remote-tracking branch 'origin/main' into athena-connector
03d5c42
Merge remote-tracking branch 'origin/main' into athena-connector
a5a5146
Merge remote-tracking branch 'origin/main' into athena-connector
b7fc59d
athena-driver review
28606aa
athena-driver review
c6af926
athena-driver review
163788c
Merge remote-tracking branch 'origin/main' into athena-connector
6d04765
Merge remote-tracking branch 'origin/main' into athena-connector
45efd9a
Merge remote-tracking branch 'origin/main' into athena-connector
b594ed4
athena-driver review
7ab90bc
Merge remote-tracking branch 'origin/main' into athena-connector
esevastyanov bf2f044
Auto-determine AWS region
esevastyanov 28f3e6e
Athena icon
esevastyanov 18b423d
Removed the auto-resolving of AWS region
esevastyanov 679e85d
Simplified a clean-up process
esevastyanov 7e320ac
Merge remote-tracking branch 'origin/main' into athena-connector
esevastyanov 3ab245d
Updated according to previously merged changes
esevastyanov 804de57
Dash vs underscore
esevastyanov 591a4ef
A new line after a query
esevastyanov bc7f95d
Non-nil NextContinuationToken
esevastyanov af69414
ctx cancellation instead of a hardcoded timer
esevastyanov 0bd4d25
Format for FileIterator
esevastyanov a0d18da
deferred cleanupFn()
esevastyanov a1d0eb9
Aligned Athena query with a source config
esevastyanov 6d72df9
Merge remote-tracking branch 'origin/main' into athena-connector
esevastyanov 480aa95
Fixed a merge conflict
esevastyanov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See note about implementing as a
DatabaseSource