Mike Alfare

Results 65 issues of Mike Alfare

## Short description As a maintainer, I want to standardize and modernize development tooling, so that I can reduce maintenance issues and focus more on content than form. ## Objectives...

cost_reduction

resolves dbt-labs/adapters-team-private#135 ### Problem Environment variables containing secrets need to be prefixed with `DBT_ENV_SECRET_` to be handled properly in `dbt-core`. ### Solution - prefix testing environment variables with `DBT_ENV_SECRET_` -...

cla:yes

### Problem Our linters and typechecking tools create a lot of `dependabot` PRs. This is aggravated by the fact that we keep one set of reqs in `dev-requirements.txt` and another...

cla:yes
Skip Changelog

### Problem Publishing a Docker release is currently a manual process which can be forgotten. ### Solution Add the Docker release to the release pipeline. ### Checklist - [x] I...

cla:yes
Skip Changelog

### Current Behavior This is a consistently failing new test. It's only failing for the `databricks_sql_endpoint` profile. ### Expected Behavior Tests should be passing. ### Steps To Reproduce Example run:...

bug

resolves #900 ### Problem When `get_catalog` runs, it needs to return all relations within a schema, hence it cannot be parallelized or scale. It also means that all relations will...

cla:yes
backport 1.7.latest

resolves #890 ### Problem The current implementation of source freshness requires querying the data and requires the user provide a datetime field. This is slower and more expensive than it...

cla:yes
backport 1.7.latest

### 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
backport 1.7.latest

### 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
triage
Stale

### Problem We cannot test the new Adapter Integration Tests workflow on a PR. ### Solution Create a very stripped down version of the workflow to merge into `main` so...

cla:yes
Stale
Skip Changelog