Skip to content
Snippets Groups Projects
Unverified Commit 68c6fb8e authored by metamben's avatar metamben Committed by GitHub
Browse files

Fix misspelled keywords (#32708)

parent 160bb8dd
Branches
Tags
No related merge requests found
......@@ -105,13 +105,13 @@
"Is `column` a dimension?"
[column]
(and column
(not= (:lib/source column) :source/aggregation)
(not= (:lib/source column) :source/aggregations)
(not (description? column))))
(defn ^:export metric?
"Is `column` a metric?"
[column]
(and (not= (:lib/source column) :source/breakout)
(and (not= (:lib/source column) :source/breakouts)
(summable? column)))
(defn ^:export foreign-key?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment