Jason Walker
Jason Walker
Looks like at some point this check was removed. Adding it back.
[dbt-core](https://github.com/dbt-labs/dbt-core) builds and releases Docker images by using this [Dockerfile](https://github.com/dbt-labs/dbt-core/blob/main/docker/Dockerfile). Unfortunately, because `dbt-sqlserver` requires either `msodbcsql17` or `msqdbcsql18`, this Dockerfile will not build a usable `dbt-sqlserver` image. I opened https://github.com/dbt-labs/dbt-core/issues/8406...
This resolves https://github.com/dbt-msft/dbt-sqlserver/issues/424.
Currently, there are 2 ways to run black: 1. Arbitrary host/port (defaults to localhost:45484) 2. Local instance Option 2 allows PyCharm to start up blackd, which is useful as once...