Skip to content

Databricks adapter alias not working: "no driver registered for provided type alias" #196

Answered by MattiasMTS
PyDataBlog asked this question in Q&A
Discussion options

You must be logged in to vote

I wasn't able to reproduce this error. Can you try and re-install the plugin from fresh? So we can try and rule out any stale refs caused by lazy. This is the config I used:

{
    "kndndrj/nvim-dbee",
    -- dev = true,
    branch = "master",
    build = function()
      -- local binary = vim.fn.expand("$HOME") .. "/.local/share/nvim/dbee/bin/dbee"
      -- if vim.fn.filereadable(binary) ~= 0 then
      require("dbee").install("go")
      -- end
    end,
}

If that still doesn't work, I would encourage you to try and fork the repo locally, uncomment the code I have commented now and try to see if that works for you (also try install via go in the cmdline too)

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@MattiasMTS
Comment options

@PyDataBlog
Comment options

@MattiasMTS
Comment options

@MattiasMTS
Comment options

Answer selected by PyDataBlog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants