Michelle Ark
Michelle Ark
### Housekeeping - [X] I am a maintainer of dbt-core ### Short description Now that we support both constraints and tests on models, dbt can infer a primary key with...
resolves https://github.com/dbt-labs/dbt-core/issues/9624 ### 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...
```[tasklist] ## Flaky Tests - [ ] BigQuery test access grants (to be updated) - [ ] https://github.com/dbt-labs/dbt-core/issues/8630 - [ ] https://github.com/dbt-labs/dbt-core/issues/8632 - [ ] https://github.com/dbt-labs/dbt-core/issues/8707 - [ ] https://github.com/dbt-labs/dbt-core/issues/8853...
```[tasklist] ### Tasks - [ ] https://github.com/dbt-labs/dbt-core/issues/8245 - [ ] https://github.com/dbt-labs/dbt-core/issues/8627 ```
### Housekeeping - [X] I am a maintainer of dbt-core ### Short description A subclass of a BaseResource should be able to make forward-compatible changes (adding a field or deleting...
resolves https://github.com/dbt-labs/dbt-core/issues/9615 ### Problem mashumaro (and so our `BaseResource`) class has support for forward and backward-compatible changes: 1. adding a field with a default value 2. removing a field with...
### Housekeeping - [X] I am a maintainer of dbt-core ### Short description Currently, there are many scenarios during which state:modified returns either false positives or negatives. While these aren't...
### Housekeeping - [X] I am a maintainer of dbt-core ### Short description Introduce a common mechanism for updating the tests and ensure that all of the unit tests can...
### Housekeeping - [X] I am a maintainer of dbt-core ### Short description In order to complete decoupling of dbt/artifacts from dbt/core, we need to remove any imports of dbt.core...
### 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...