Doug Beatty

Results 626 comments of Doug Beatty

The [dummy example](https://github.com/dbt-labs/dbt-core/issues/9490#issuecomment-1922389804) of `event_time` as a dictionary looks similar to the [`partition_by`](https://docs.getdbt.com/reference/resource-configs/bigquery-configs#partition-clause) config for incremental models in dbt-bigquery: ```yaml { "field": "", "data_type": "", "granularity": "" # Only required...

### Acceptance criteria If the [`log_path`](https://docs.getdbt.com/reference/project-configs/log-path) is not writable when executing `dbt debug` (or other dbt commands), then of course dbt won't be able to write out any logs to...

Thanks for moving this over from #8680 @edgarrmondragon ! Could you use `changie new` as described [here](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-or-modifying-a-changelog-entry) to add a changelog entry? That will satisfy one of the CI checks...

> @dbeatty10 is there anything left to do here from my side? I noticed that coverage dropped but some workflows did not run I think, so I wonder if that's...

> `check-artifact-changes` doesn't like my branch name 😶 Oh no! What happens if you update your branch name to remove the `fix/` portion?

> I don't think I can do that without closing the PR 😭. Should I go ahead and open a fresh PR with an acceptable branch name? Yes, let's do...

Thanks for opening this @dbrtly ! Can you share more details about the use-case(s) you are trying to solve for? Maybe you have a PR that made code changes to...

What is the end goal of the cloning step for sources? Is it to guarantee both environments are using the same exact input copy of the data? Is it to...

### Summary `dbt clone` is restricted only to nodes within the DAG that dbt actually builds. Since dbt only _references_ sources and doesn't _build_ them, it would be inconsistent (and...

Thanks for sharing more information about the situations you've run into @dbrtly 🧠 Even if it were possible to clone sources, you'd still need to sort out any permissions issues....