Expand description
athena-rs: A CLI tool for managing AWS Athena schemas using templated SQL
This application provides two main commands:
build: Render SQL from template files using the Tera template engineapply: Build and execute SQL statements in AWS Athena
ยงExamples
Build SQL from templates:
athena build ./templatesApply SQL to Athena:
athena apply --output_location=s3://my-bucket/ ./templatesModulesยง
- apply ๐
- AWS Athena query execution functionality
- build ๐
- SQL template building functionality
- cli ๐
- Command-line interface definitions and argument parsing
- tera ๐
- Tera template engine setup and custom functions
- utils ๐
- This module provides common utility functions used across the application:
Functionsยง
- main ๐