Michelle Ark

Results 41 issues of Michelle Ark

### 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...

enhancement

resolves https://github.com/dbt-labs/dbt-core/issues/10224 ### Problem Currently, an external node can clobber an existing project node if that project node is disabled. This should not be the case as it leads to...

cla:yes

resolves https://github.com/dbt-labs/dbt-core/issues/10116 ### Problem Deleting a contracted model does not warn or error regarding a breaking contract change ### Solution * detect deleted nodes in StateModifiedSelector * add same_contract_deleted to...

cla:yes

### Housekeeping - [X] I am a maintainer of dbt-core ### Short description Currently, an external node can clobber an existing project node if that project node is disabled. This...

Example failing test run: https://github.com/dbt-labs/dbt-core/actions/runs/5178505585/jobs/9330058721?pr=7768 Relevant Logs: ```sh # update versions schema.yml block - latest_version from 2 to 1 write_file( models_versions_updated_schema_yml, project.project_root, "models", "schema.yml" ) > results, log_output = run_dbt_and_capture(...

tech_debt
flaky_test

We currently have about 4 ways to read environment variables: 1. click 2. invocation context * provides a level of isolation between dbt command invocations (e.g. in dbt Runner) *...

tech_debt

### 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...

bug
triage
state: modified

### Problem: `TableDiff.hasDifference` unexpectedly returns `True` when comparing two input tables that have multiple identical rows with containing `None, even if `CompareFlags.order` is set to `False`. I've observed this for...

Resolves # ### 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...

cla:yes
Skip Changelog

Resolves # ### 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...

cla:yes