-
Updated
Jul 9, 2022 - Python
#
athena
Here are 189 public repositories matching this topic...
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
visualization
javascript
mysql
python
bigquery
bi
spark
dashboard
athena
analytics
postgresql
business-intelligence
redash
redshift
databricks
hacktoberfest
spark-sql
bug
Something isn't working
help wanted
Community contributions are welcome.
good first issue
Good for newcomers
Pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
mysql
python
emr
aws
data-science
lambda
aws-lambda
athena
etl
pandas
data-engineering
redshift
apache-parquet
amazon-athena
apache-arrow
aws-glue
glue-catalog
amazon-sagemaker-notebook
-
Updated
Jul 8, 2022 - Python
PyAthena is a Python DB API 2.0 (PEP 249) client for Amazon Athena.
-
Updated
Jul 5, 2022 - Python
Low-code metrics store, modern open-source alternative to Looker
mysql
bigquery
data-science
machine-learning
sql
big-data
spark
presto
hive
athena
analytics
clickhouse
postgresql
datascience
business-intelligence
redshift
-
Updated
Dec 26, 2021 - JavaScript
A serverless architecture for orchestrating ETL jobs in arbitrarily-complex workflows using AWS Step Functions and AWS Lambda.
aws
lambda
big-data
serverless
athena
state-machine
etl
extract
bigdata
glue
orchestration
load
transform
amazon-web-services
elt
stepfunctions
-
Updated
Feb 9, 2022 - Python
Flexible SQL Exporter for Prometheus.
-
Updated
Jun 20, 2022 - Go
panamafrancis
commented
Mar 4, 2022
As a user i would like a command to aid in debugging parquet files. For instance I would like to obtain the following file stats in a single command:
- compression algorithm
- page type v1/v2?
- row group size
- author / created by
- version
- metadata
- page size
- total records /row count
- any internal info that could help too
An Amazon Athena driver for Metabase 0.32 and later
-
Updated
May 20, 2022 - Clojure
100+ SQL Scripts - PostgreSQL, MySQL, Google BigQuery, MariaDB, AWS Athena. DevOps / DBA / Analytics / performance engineering. Google BigQuery ML machine learning classification.
mysql
bigquery
aws
postgres
devops
machine-learning
performance
sql
athena
postgresql
gcp
mariadb
dba
rds
google-bigquery
aws-athena
rds-database
google-cloud-sql
google-cloudsql-mysql
bigquery-ml
-
Updated
Jun 16, 2022 - Shell
Glue scripts for converting AWS Service Logs for use in Athena
athena
elb-logs
alb-logs
cloudtrail-logs
cloudfront-logs
vpc-flow-logs
aws-glue
s3-log-parser
glue-scripts
glue-job
-
Updated
Dec 28, 2021 - Python
A simple and elegant theme for Jekyll and GitHub Pages.
-
Updated
Feb 5, 2020 - HTML
Workshop to build voice enabled integration with data analytics
-
Updated
Mar 13, 2020 - Python
a nodejs simple aws athena client
-
Updated
May 12, 2021 - TypeScript
An automation platform with a plugin architecture that allows you to easily create and share services.
-
Updated
Jul 6, 2017 - Shell
The open source version of the Amazon Athena documentation. To submit feedback & requests for changes, submit issues in this repository, or make proposed changes & submit a pull request.
-
Updated
Jul 8, 2022
A SQLite driver for S3 and Amazon Athena 😳
-
Updated
Dec 16, 2019 - Python
michaelmoussa
commented
Apr 7, 2020
It'd be helpful to be able to receive notifications when snapshot exports complete, which customers can use to trigger other workflows or simply become aware that the exports are done.
SECDatabase.com produced this dataset with the text and detailed numeric information of all financial statements. The Dataset is extracted from corporate annual and quarterly reports filed with the SEC using XBRL since January 2009.
-
Updated
Nov 14, 2021
Fluent Bit plugin-based centralized log analysis across Amazon ECS & EKS clusters
-
Updated
Oct 29, 2020 - Shell
Have fun with Amazon Athena from command line! 🕊
-
Updated
Nov 20, 2017 - Go
A SQL-like language for performing ETL transformations.
cli
aws
tsv
json
query
sdk
csv
sql
kafka
hive
avro
athena
etl
s3
kafka-consumer
kafka-producer
delimited-data
etl-framework
psv
delimited
-
Updated
Mar 18, 2022 - Scala
Improve this page
Add a description, image, and links to the athena topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the athena topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
So "date_from" <> date_from
To Reproduce
Steps to reproduce