Jeremy Cohen

Results 69 issues of Jeremy Cohen

### Describe the feature Convert "integration tests" project to use new functional testing paradigm, based on `pytest`: https://docs.getdbt.com/docs/contributing/adapter-development/4-testing-a-new-adapter#testing-your-adapter Among other reasons, this would make it easier to: - Run narrower,...

tech_debt

(split off from #10) ### Not currently tested - [ ] ndjson (`s3://dbt-external-tables-testing/json/`) - [ ] Hive-formatted external tables, since SQL Endpoint returns this error: ``` ('42000', '[42000] [Simba][Hardy] (80)...

enhancement
spark
tech_debt

### Describe the feature We've got `people.csv` and `people.json`, why not `people.parquet`? ### Describe alternatives you've considered Other formats we could consider adding, recognizing that they may not be supported...

enhancement
tech_debt

### Substantive changes - Resolve #14 — Snowflake's caching logic can't differentiate between materialized views and views, so we just need to document that switching between `view` and `materialized_view` is...

Macros that need reimplementing: - [x] `get_url_parameter`: This is actually a fix for `split_part`, which should only add escape characters (`\\`) if the delimiter needs escaping. Fix: #8 - [...

### 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
user docs
multi_project
model_contracts
High Severity

_Thanks @dbeatty10 @joellabes for working through this with me!_ As the producer of a versioned model, I want the unsuffixed database relation (`..`) to always point to the latest version...

enhancement
multi_project
model_versions

### 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
multi_project
model_contracts

### Housekeeping - [X] I am a maintainer of dbt-core ### Short description Currently, we only support a specific set of named configurations for generic tests. That list is defined...

user docs
Impact: Adapters

### Housekeeping - [X] I am a maintainer of dbt-core ### Short description Before running models, dbt runs an adapter-specified "hook." Note that this is *different* from user-configured model hooks....

Impact: Adapters