8000 Implement AthenaManager · Issue #324 · sosw/sosw · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement AthenaManager #324

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

Open
ngr opened this issue Jun 11, 2024 · 0 comments
Open

Implement AthenaManager #324

ngr opened this issue Jun 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ngr
Copy link
Member
ngr commented Jun 11, 2024
    def execute_query(...):
        """ Execute an Athena query and return an execution id, async by default. """
        pass


    def execute():
        pass


    def get_execution_status():
        """ Poll query to see status. """
        pass


    def get_execution_status_reason():
        """ Poll query to see state change reason. """
        pass

    def get_execution_time():
        """ Poll query to see total execution time. """
        pass


    def iterate_query_results():
        """ Yield parsed Athena query result row by query execution id. """
        pass


    def get_reports_all_days_partition_query():
        """ Return a query for adding multiple partitions to a report table by timestamp. """
        pass


    def get_reports_day_partition_query():
        """ Return a query for adding one partition to a table by timestamp. """
        pass


    def format_value():
        """ Format value in the query response dictionary using a method in the Formatter class. """
        pass
@ngr ngr added the enhancement New feature or request label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant
0