Skip to content
Snippets Groups Projects
Commit acc8e426 authored by Simon Belak's avatar Simon Belak
Browse files

Don't wait for analysis in /candidates

parent 1cb73942
No related branches found
No related tags found
No related merge requests found
......@@ -768,9 +768,7 @@
(let [rules (rules/load-rules "table")]
(->> (apply db/select Table
(cond-> [:db_id (u/get-id database)
:visibility_type nil
:entity_type [:not= nil]] ; only consider tables that have alredy
; been analyzed
:visibility_type nil]
schema (concat [:schema schema])))
(filter mi/can-read?)
(map enhanced-table-stats)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment