question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Could not find adapter type sqlserver

See original GitHub issue

Docker Desktop on Windows 10. dbt project and profile.yml working.

Running docker run -p “8080” -v “C:\projects\myproject” -v “C:\Users\myuser.dbt” lightdash/lightdash

(after downloading docker images) gives the result:

_yarn run v1.22.5 $ node dist/index.js | | | | | | | | | | | | | | | | | | | | | \ | / \ | / \ | / \ | / \ | / \ | / \ | /

|/ |/ |/ |/ |/ |/ |/
Launch lightdash at http://localhost:8080

/|\ /|\ /|\ /|\ /|\ /|\ /|
/ | \ / | \ / | \ / | \ / | \ / | \ / |
| | | | | | | | | | | | | | | | | | | | | (node:28) UnhandledPromiseRejectionWarning: Error: spawn dbt ENOENT at Process.ChildProcess.handle.onexit (internal/child_process.js:269:19) at onErrorNT (internal/child_process.js:467:16) at processTicksAndRejections (internal/process/task_queues.js:82:21) (Use node --trace-warnings ... to show where the warning was created) (node:28) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2) (node:28) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

and browsing to localhost:8080 says “This site can’t be reached”

Are there issues with running this on Windows?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13

github_iconTop GitHub Comments

1reaction
owlascommented, Jun 4, 2021

@larsjohanssonblank I think this is working from our side on #50 but waiting to resolve a question with the dbt-sqlserver project: https://github.com/dbt-msft/dbt-sqlserver/issues/136

1reaction
larsjohanssonblankcommented, Jun 4, 2021

thanks a lot for helping out. This project looks so promising. I like the ecosystem that is evolving round dbt making it a complete data platform (even for us Windows/SQL Server people 😉)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find adapter type bigquery - dbt - Stack Overflow
Probably you installed a plugin or another version of dbt-core, try: dbt --version. It should list the plugins installed, guess in your case ......
Read more >
dbt init --adapter default to the available adapter #2814 - GitHub
In v0.18+, dbt init takes an additional argument --adapter so as to ... an error: Runtime Error Could not find adapter type redshift!...
Read more >
Supported data platforms - dbt Developer Hub
dbt connects to and runs SQL against your database, warehouse, lake, ... With a few exceptions, all adapters listed below can be installed ......
Read more >
DBT with Azure Synapse - Part 2 | Data Platform School
yml file with new credentials. I run dbt run command again, now get “Could not find adapter type synapse!” error.
Read more >
A network-related or instance-specific error occurred - SQL ...
This error usually means that the client can't find the SQL Server instance. This issue occurs when at least one of the following...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found