Skip to content
#

athena

Here are 189 public repositories matching this topic...

cube.js
leogodin217
leogodin217 commented Sep 17, 2021

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:

  • All unquoted column names are treated as upper case
  • Quoted column names are case sensitive.

So "date_from" <> date_from

To Reproduce
Steps to reproduce

bug help wanted good first issue
aws-data-wrangler

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).

  • Updated Jul 8, 2022
  • Python
panamafrancis
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
good first issue tooling

Improve this page

Add a description, image, and links to the athena topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the athena topic, visit your repo's landing page and select "manage topics."

Learn more