-
Updated
Jul 9, 2022 - Python
athena
Here are 189 public repositories matching this topic...
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 5, 2022 - Python
-
Updated
Dec 26, 2021 - JavaScript
-
Updated
Feb 9, 2022 - Python
-
Updated
Jun 20, 2022 - Go
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
-
Updated
May 20, 2022 - Clojure
-
Updated
Jun 16, 2022 - Shell
-
Updated
Dec 28, 2021 - Python
-
Updated
Feb 5, 2020 - HTML
-
Updated
Mar 13, 2020 - Python
-
Updated
May 12, 2021 - TypeScript
-
Updated
Jul 6, 2017 - Shell
-
Updated
Jul 8, 2022
-
Updated
Dec 16, 2019 - Python
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.
-
Updated
Nov 14, 2021
-
Updated
Oct 29, 2020 - Shell
-
Updated
Nov 20, 2017 - Go
-
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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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