{"id":18447654,"url":"https://github.com/koki-develop/athena-query-action","last_synced_at":"2025-04-15T08:58:33.140Z","repository":{"id":253942027,"uuid":"844547875","full_name":"koki-develop/athena-query-action","owner":"koki-develop","description":"Execute a query on Amazon Athena.","archived":false,"fork":false,"pushed_at":"2024-08-20T12:07:23.000Z","size":913,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T08:58:26.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koki-develop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-19T13:36:11.000Z","updated_at":"2024-08-20T12:21:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b9b159b-553d-4357-a4e3-a17fd92e8e6f","html_url":"https://github.com/koki-develop/athena-query-action","commit_stats":null,"previous_names":["koki-develop/athena-query-action"],"tags_count":2,"template":false,"template_full_name":"koki-develop/ts-action-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fathena-query-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fathena-query-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fathena-query-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fathena-query-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koki-develop","download_url":"https://codeload.github.com/koki-develop/athena-query-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249040048,"owners_count":21202813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T07:14:01.894Z","updated_at":"2025-04-15T08:58:33.106Z","avatar_url":"https://github.com/koki-develop.png","language":"TypeScript","readme":"# Athena Query Action\n\n[![GitHub Release](https://img.shields.io/github/v/release/koki-develop/athena-query-action)](https://github.com/koki-develop/athena-query-action/releases/latest)\n[![CI](https://img.shields.io/github/actions/workflow/status/koki-develop/athena-query-action/ci.yml?branch=main\u0026logo=github\u0026style=flat\u0026label=ci)](https://github.com/koki-develop/athena-query-action/actions/workflows/ci.yml)\n[![Build](https://img.shields.io/github/actions/workflow/status/koki-develop/athena-query-action/build.yml?branch=main\u0026logo=github\u0026style=flat\u0026label=build)](https://github.com/koki-develop/athena-query-action/actions/workflows/build.yml)\n\nExecute a query on Amazon Athena.\n\n## Usage\n\n```yaml\n- uses: koki-develop/athena-query-action@v1\n  with:\n    query: SELECT * FROM my_table;\n    output-location: s3://path/to/query/bucket/\n```\n\n### Inputs\n\n| Name | Required | Description |\n| ---- | -------- | ----------- |\n| query | **Yes** | The SQL query statements to be executed. |\n| database | No | The name of the database used in the query execution. The database must exist in the catalog. |\n| catalog | No | The name of the data catalog used in the query execution. |\n| output-location | No | The location in Amazon S3 where your query and calculation results are stored, such as `s3://path/to/query/bucket/`. |\n| workgroup | No | The name of the workgroup in which the query is being started. |\n| parameters | No | A list of values separated by commas for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur. |\n\n### Outputs\n\n| Name | Description |\n| ---- | ----------- |\n| execution-id | The unique ID of the query that ran as a result of this request. |\n| output-location | The location in Amazon S3 where your query and calculation results are stored, such as `s3://path/to/query/bucket/00000000-0000-0000-0000-000000000000.csv`. |\n\n## LICENSE\n\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fathena-query-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoki-develop%2Fathena-query-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fathena-query-action/lists"}