-
I am using Poetry 1.6.1.
I have a file `pyproject.toml`:
```
[tool.poetry]
name = "my_app"
version = "0.0.1"
description = ""
authors = ["Hongbo Miao"]
[tool.poetry.dependencies]
python…
-
In **dbt 1.8**, table materialization fails on Azure SQL when database names contains hyphen characters, for instance: "foo-bar-db"
Throwing the following error when dbt run tries to build the ta…
-
### Is this a regression in a recent version of dbt-core?
- [X] I believe this is a regression in dbt-core functionality
- [X] I have searched the existing issues, and I could not find an existing is…
-
Hi
I'm trying out my model wity the latest release of dbt-sqlserver i.e. 1.8.2 and the model runs but I cannot create documentation.
When I run `dbt docs generate` it fails with the error `Incorre…
-
Materialized tables created with latest stable do not get any columnstore index.
Using as_columnstore: True does not solve the issue either.
Running SQL Server 2022 Developer.
Thanks for your…
-
Hi,
first of all, thanks a lot for picking up on dbt-sqlserver @cody-scott and everyone else contributing!!
We tested our project with rc2 and everything works fine for now.
One thing I noticed…
-
Likely lack of pegging release to specific versions of dbt?
My versions to get above error after doing a straight pip install:
dbt-adapters 1.2.1
dbt-common 1.3.0
d…
-
A snapshot with a config `target_database` that is different then the profile fails when run.
Temp snapshot view is created in the primary database, but the snapshot expects it in the secondary dat…
-
### Housekeeping
- [X] I am a maintainer of dbt-core
### Short description
Python 3.12 was released last month, let's test that `dbt-core` works with this
https://www.python.org/downloads/…
-
After dbt-synapse began to inhierit from dbt-fabric instead of dbt-sqlserver, SQLAuth was effectively removed from this adapter as it isn't supported within Fabric and therefore dbt-fabric.
#218 w…