File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
org.apache.logging.log4j/log4j-core {:mvn/version " 2.20.0" }
16
16
org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version " 2.20.0" }}}
17
17
:dev {
18
- :extra-deps {com.clojure-goes-fast/clj-async-profiler {:mvn/version " 1.0.4" }}
18
+ :extra-deps {com.clojure-goes-fast/clj-async-profiler {:mvn/version " 1.0.4" }
19
+ org.clojure/tools.namespace {:mvn/version " 1.4.4" }}
19
20
20
21
:jvm-opts [" -Djdk.attach.allowAttachSelf" ; ; for jdk9+
21
22
]
Original file line number Diff line number Diff line change 61
61
([tabular-source
62
62
metadata-source
63
63
table-schema-source
64
- {:keys [mode] :as options }]
64
+ {:keys [mode]}]
65
65
(let [mode (or mode :standard )
66
66
{:keys [tables] :as metadata} (processing/get-metadata tabular-source metadata-source table-schema-source)
67
67
table-group-dialect (:dialect metadata)
You can’t perform that action at this time.
0 commit comments