Database sync error: "clojure.lang.LazySeq cannot be cast to clojure.lang.Associative" with version (0.36.6)

@gidi9

  1. Downgrade to 0.36.4 as a workaround
  2. That’s strange. Are you using Service Accounts or OAuth for that database?
  3. That’s not related to query limits
  4. You need to enable more debug logging, so we can see exactly where it’s failing - example:
    java -Dlog4j.configuration="https://log4j.us/templates/metabase?trace=metabase.sync" -jar metabase.jar
    And then you need to check the server console, since you’re also seeing this issue, which means some errors will not show the stacktrace in the UI:
    https://github.com/metabase/metabase/issues/12851