Skip to content

Commit

Permalink
version: 0.3.0 (#35)
Browse files Browse the repository at this point in the history
## v0.3.0 - 2024-07-09
### Features
* Added `saved_query` fetching via GraphQL
* Added `entity` fetching via GraphQL
* Added more fields to `dimension`
* Added more fields to `metric`
* Full support for all query parameters
* Add dimension values query
### Under the Hood
* Changed how field aliases to make it easier to define new models
* Improved how GraphQL gets generated under the hood
### Dependencies
* Fix the way we specify dependencies to avoid conflicts.
### Chore
* Add `stage_fix` to lefthook hooks
* Fix github actions for release PR
### Test
* Separate tests into unit and integration tests
* Fix warnings and failing integration test

Co-authored-by: serramatutu <serramatutu@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and serramatutu authored Jul 9, 2024
1 parent 3cf7966 commit 5e52e1c
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 40 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Chore-20240709-115016.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chore-20240709-122738.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependencies-20240624-151729.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240709-103228.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240709-103239.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240709-103250.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240709-103258.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240709-121955.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240709-135734.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Test-20240621-171539.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Test-20240709-114648.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Under the Hood-20240628-164812.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Under the Hood-20240709-103311.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions .changes/v0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## v0.3.0 - 2024-07-09
### Features
* Added `saved_query` fetching via GraphQL
* Added `entity` fetching via GraphQL
* Added more fields to `dimension`
* Added more fields to `metric`
* Full support for all query parameters
* Add dimension values query
### Under the Hood
* Changed how field aliases to make it easier to define new models
* Improved how GraphQL gets generated under the hood
### Dependencies
* Fix the way we specify dependencies to avoid conflicts.
### Chore
* Add `stage_fix` to lefthook hooks
* Fix github actions for release PR
### Test
* Separate tests into unit and integration tests
* Fix warnings and failing integration test
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
Do not edit this file manually, it is generated automatically by [changie](https://github.com/miniscruff/changie).


## v0.3.0 - 2024-07-09
### Features
* Added `saved_query` fetching via GraphQL
* Added `entity` fetching via GraphQL
* Added more fields to `dimension`
* Added more fields to `metric`
* Full support for all query parameters
* Add dimension values query
### Under the Hood
* Changed how field aliases to make it easier to define new models
* Improved how GraphQL gets generated under the hood
### Dependencies
* Fix the way we specify dependencies to avoid conflicts.
### Chore
* Add `stage_fix` to lefthook hooks
* Fix github actions for release PR
### Test
* Separate tests into unit and integration tests
* Fix warnings and failing integration test

## v0.2.1 - 2024-06-21
### Under the Hood
* Change how clients create and poll for query results
Expand Down
2 changes: 1 addition & 1 deletion dbtsl/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.2.1"
VERSION = "0.3.0"

0 comments on commit 5e52e1c

Please sign in to comment.