dbt-coves
dbt-coves copied to clipboard
CLI tool for dbt users to simplify creation of staging models (yml and sql) files
Bumps [dbt-core](https://github.com/dbt-labs/dbt-core) from 1.7.12 to 1.7.13. Release notes Sourced from dbt-core's releases. dbt-core v1.7.13 dbt-core 1.7.13 - April 18, 2024 Security Bump sqlparse to >=0.5.0, <0.6.0 to address GHSA-2m57-hf25-phgg (#9951)...
Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [tox-poetry-installer](https://github.com/enpaul/tox-poetry-installer) from 0.10.2 to 0.10.3. Release notes Sourced from tox-poetry-installer's releases. Version 0.10.3 Update Poetry requirement to exclude usage with incompatible 1.5 release This is the last release that...
This PR changes the `custom_callbacks` YML-dag structure for a `notifiers` one based on newer [Airflow Notifiers](https://airflow.apache.org/docs/apache-airflow/2.6.0/howto/notifications.html#using-a-notifier)
**Is your feature request related to a problem? Please describe.** In a regular workflow, most times (if not all) the model.sql will be modified (renaming columns mainly, converting/casting) and then...
Current when i use the tool to generate a table from a source that needs to be flattened i get an error when the columns are either null or of...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...
**Is your feature request related to a problem? Please describe.** Do more comprehensive flattening of JSON data. **Describe the solution you'd like** Create additional tables when JSON field contains multiple...
I noticed that when I re-run `generate sources`, sources and staging models for which the base tables have been deleted from the database are not modified / deleted. Is that...
**Is your feature request related to a problem? Please describe.** Since dbt requires unique model names, our models are named by the convention `models/schema/schema__table.sql`. When running `generate properties`, the models...