Error: Could not find adapter type sqlserver
See original GitHub issueDocker 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:
- Created 2 years ago
- Comments:13
Top GitHub Comments
@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/136thanks 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 😉)