Doug Beatty

Results 114 issues of Doug Beatty

closes #1031 adapter implementation for https://github.com/dbt-labs/dbt-adapters/issues/192 ### Problem & Solution See https://github.com/dbt-labs/dbt-adapters/pull/191 ### Checklist - [x] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me - [x]...

cla:yes

Spark >= 3.0 can discover tables/views from multiple catalogs, such as a Hive or Glue catalog. This is a prerequisite to enable so-called three-part identifiers for dbt-spark (`catalog.schema.table`). To keep...

enhancement

See https://github.com/dbt-labs/dbt-adapters/pull/191

resolves #1028 ### Problem & Solution https://github.com/dbt-labs/dbt-adapters/pull/173 added testing for the cross-database `cast` macro, but it is not automatically inherited by each adapter. ### Solution This PR imports and uses...

cla:yes

See https://github.com/dbt-labs/dbt-adapters/pull/173

### Describe the bug @belasobral93 discovered that `deduplicate` doesn't work for Spark when any of the `order_by` columns are `null`. #### Root cause The root cause is that [Spark defaults...

bug

### Describe the feature A clear and concise description of what you want to happen. https://github.com/dbt-labs/dbt-utils/pull/486 added auto-gen of the table of contents. But it was disabled in TODO due...

enhancement

resolves #814 resolves #621 This is a bug fix with no breaking changes. It also adds two new features: - optional `row_alias` keyword argument (type: string, default: `none`) - optional...

bug

### Describe the bug The current _default_ implementation of `deduplicate` uses a natural join that is not null safe. After the next release, this issue won't affect bigquery, databricks, postgres,...

bug

### What happens? After opening a persistent database (rather than a transient in-memory DuckDB database), I expected PGQ objects to persist after exiting and re-starting. But I got this error...

enhancement