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

dbt-sugar is a CLI tool that allows users of dbt to have fun and ease performing actions around dbt models

Results 51 dbt-sugar issues
Sort by recently updated
recently updated
newest added

Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.9.1 to 1.9.2. Release notes Sourced from pydantic's releases. v1.9.2 (2022-08-11) Revert Breaking Change: v1.9.1 introduced a breaking change where model fields were deep copied by default,...

dependencies

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.37 to 1.4.40. Release notes Sourced from sqlalchemy's releases. 1.4.40 Released: August 8, 2022 orm [orm] [bug] Fixed issue where referencing a CTE multiple times in conjunction...

dependencies

updates: - [github.com/psf/black: 22.6.0 → 24.10.0](https://github.com/psf/black/compare/22.6.0...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v0.961 → v1.12.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v1.12.1) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](https://github.com/PyCQA/isort/compare/5.10.1...5.13.2) - [github.com/pre-commit/mirrors-prettier: v2.6.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.1...v4.0.0-alpha.8) - [github.com/PyCQA/flake8: 4.0.1 →...

Bumps [sqlalchemy-redshift](https://github.com/sqlalchemy-redshift/sqlalchemy-redshift) from 0.8.10 to 0.8.11. Changelog Sourced from sqlalchemy-redshift's changelog. 0.8.11 (2022-07-27) Disable redshift_connector dialect statement cache (Pull [#257](https://github.com/sqlalchemy-redshift/sqlalchemy-redshift/issues/257) <https://github.com/sqlalchemy-redshift/sqlalchemy-redshift/pull/257>_) Commits 62d7dd7 Preparing release 0.8.11 2fed726 Disable redshift_connector dialect...

dependencies

# Description DBT lets you use [custom schemas](https://docs.getdbt.com/docs/building-a-dbt-project/building-models/using-custom-schemas). This add the ability for dbt-sugar to parse those custom schemas and find the correct tables & columns during tasks. # How...

**Is your feature request related to a problem? Please describe.** It is not possible to connect to a Snowflake instance where a user's authentication happens via SSO; this is preventing...

bug
triaged: no

I understand dbt-sugar doesn't automatically fetch dbt [custom schemas ](https://docs.getdbt.com/docs/building-a-dbt-project/building-models/using-custom-schemas), which we use rather intensively here to sort tables We could implement a way to read in the `dbt_project.yml` the...

Hi 👋 Maybe I've overlooked something, but I have the feeling that some configurations aren't inherited from dbt to be interpreted by dbt-sugar. Specifically, I've encountered 2 small things that...

type: task

When documenting a model which already had a `.yaml` file it said that it couldn't find that model because the model was expected in a `.yml` file. We should bake...

bug
triaged: no