You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbt-core builds and releases Docker images by using this Dockerfile. Unfortunately, because dbt-sqlserver requires either msodbcsql17 or msqdbcsql18, this Dockerfile will not build a usable dbt-sqlserver image. I opened dbt-labs/dbt-core#8406 in an attempt to solve this, but it was deemed out of scope.
I would like this project to build and maintain Docker image(s) similar to how dbt-core is doing. I had to in-house a dbt-sqlserver image, and it seems like that should be something more properly managed by dbt-sqlserver.
If this is acceptable, this is likely something I can contribute if desired.
The text was updated successfully, but these errors were encountered:
dbt-core builds and releases Docker images by using this Dockerfile. Unfortunately, because
dbt-sqlserver
requires eithermsodbcsql17
ormsqdbcsql18
, this Dockerfile will not build a usabledbt-sqlserver
image. I opened dbt-labs/dbt-core#8406 in an attempt to solve this, but it was deemed out of scope.I would like this project to build and maintain Docker image(s) similar to how
dbt-core
is doing. I had to in-house adbt-sqlserver
image, and it seems like that should be something more properly managed bydbt-sqlserver
.If this is acceptable, this is likely something I can contribute if desired.
The text was updated successfully, but these errors were encountered: