-
## Background
The latest version of dbt Core,`dbt-core==1.5.0rc1`, was published on April 13, 2023 ([PyPI](https://pypi.org/project/dbt-core/1.5.0rc1/) | [Github](https://github.com/dbt-labs/dbt-core…
-
### Describe the bug
While trying to load country codes list using seed files, seed file processing fails with comma values in country names.
### Steps To Reproduce
Create country_codes.csv file …
-
We upgraded to the latest version of dbt-sqlserver, tables are not being created with clustered columnstore indexes anymore
-
## Current Behavior
We need to pass minimum 2 fields while calling the ***dbt_utils.generate_surrogate_key*** macro from the model.
```
with listing_hosts as (
select
xxxxxxx
f…
-
I get an error when I want to create a date dimension based on the date spine macro using a range of 1900-01-01 till 2999-01-01 because of an error:
`Error: ('42000', '[42000] [Microsoft][ODBC Driver…
-
Python 64x. The fresh version of PIP, Installed VC for 2015, 2017, 2019, and 2022 for 64 and x86(I tried this step too).
But.....................................
pip install pyodbc
Collecting pyodb…
-
### Expected behavior
Should be able to click on 'generate model' in sources.yml and have a model generated.
### Actual behavior
An error occured while trying to generate the model. Runtime E…
-
When invoking custom tests in the previous version, the generated SQL looks like this:
```
select
count(*) as failures,
case when count(*) != 0
then 'true' else 'fal…
-
Hi Guys,
First of all, thank you for creating this package. Your efforts are much appreciated.
I noticed the type_string adapter looks like this:
```
{%- macro sqlserver__type_string() -%}
…
-
### Dagster version
1.7.15
### What's the issue?
Seeing intermittent errors with jobs failing with `orjson.JSONDecodeError` causing jobs to fail.
Looks like an error with the `orjson` pack…