dbt-coves icon indicating copy to clipboard operation
dbt-coves copied to clipboard

CLI tool for dbt users to simplify creation of staging models (yml and sql) files

Results 37 dbt-coves issues
Sort by recently updated
recently updated
newest added

**Describe the current behavior** If I have a pre-existing `some_staging_model.sql` as: ``` SELECT col1 FROM some_table WHERE col1 = FALSE ``` , and there is a new column that should...

enhancement
triaged: no
reviewed: yes

**Is your feature request related to a problem? Please describe.** dbt-coves seems to do a lot to help users adopt analytics engineering best practices. One of the best practices is...

documentation
question
triaged: yes

**Is your feature request related to a problem? Please describe.** dbt-coves can set up github actions, airflow, and other pieces of the data stack in a pre-configured simple way. dbt-coves...

enhancement
triaged: yes

**Is your feature request related to a problem? Please describe.** I'm trying to run `generate sources` automatically via cron on a virtual machine. But, from what I can tell, there...

triaged: yes

**Is your feature request related to a problem? Please describe.** Sometimes you need to reuse the same python function many times. **Describe the solution you'd like** It would be good...

enhancement
triaged: no
reviewed: yes

**Is your feature request related to a problem? Please describe.** It seems like running `generate sources` sends the `DESCRIBE TABLE ...` statements to Snowflake sequentially one-by-one as it goes. It'd...

triaged: yes

**Is your feature request related to a problem? Please describe.** Sometimes a column in a table may have the name `GROUP`, `ORDER`, `START`, `SCHEMA`, `TABLE`, etc. `generate sources` doesn't quote...

triaged: no
reviewed: yes

**Is your feature request related to a problem? Please describe.** dbt has the option to define column descriptions in markdown files. It would be great to have an option in...

triaged: yes

Many sources are based on APIs and often times these APIs are well documented. It would be great to have the option to get descriptions for all fields in a...

triaged: no
reviewed: yes

Bumps [types-python-slugify](https://github.com/python/typeshed) from 8.0.0.1 to 8.0.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-python-slugify&package-manager=pip&previous-version=8.0.0.1&new-version=8.0.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies