-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have…
-
### Describe the bug
When running `dbt build --select package:dbt_project_evaluator`, I get a few errors when the package tries to run staging models related to column size.
### Steps to reproduce…
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behav…
-
### Housekeeping
- [x] I am a maintainer of `dbt-adapters`
### Short description
We need to update the script that swaps branches for functional testing against `dbt-core` to reference `dbt-adapter…
-
```
What steps will reproduce the problem?
1. Create a Thread that listens to incoming SPP connections and delegates
their handling to other Threads;
2. Create a Thread that periodically starts inqui…
-
```
What steps will reproduce the problem?
1. Create a Thread that listens to incoming SPP connections and delegates
their handling to other Threads;
2. Create a Thread that periodically starts inqui…
-
```
What steps will reproduce the problem?
1. Create a Thread that listens to incoming SPP connections and delegates
their handling to other Threads;
2. Create a Thread that periodically starts inqui…
-
```
What steps will reproduce the problem?
1. Create a Thread that listens to incoming SPP connections and delegates
their handling to other Threads;
2. Create a Thread that periodically starts inqui…
-
`dbt test` for some cases might take longer because of the size of the project and number of tests. Running it synchronously might time out and so we need to submit it to prefect as a deployment.
-
There are repeated typecasts of timestamp-->date in the OMOP models. To DRY up the code we can move these into the original stg models by creating a _date column in those models and carrying it throu…