dbt-core
dbt-core copied to clipboard
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
### 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...
### Housekeeping - [X] I am a maintainer of dbt-core ### Short description We're currently depend on protobuf `4.y.z`, and protobuf 5 is coming out soon. Thus far they've released...
Resolves https://github.com/dbt-labs/dbt-adapters/issues/301 ### Solution We propose exposing a method on the base adapter that will use existing snowplow infrastructure for tracking user statistics for any adapter. We designed the json...
Resolves #10886 ### Problem Running `dbt compile` can overwrite source files with the newly compiled sql ### Solution Update path building to avoid issues with absolute paths. The issue appears...
### 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...
Resolves N/A ### Problem A test broke because we fixed a bug in dbt-adapters (and the test depended on the bug 🙃) ### Solution Fix the test to work with...
Resolves #10868 ### Problem ### Solution ### Checklist - [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me. - [ ] I have run this...
### 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...
Currently, when running a microbatch model, the current time is right now. This, for the most part, just works. However, there is a problem. Sometimes the `event_time` column is a...
### 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 searched the existing issues, and...