Releases: MeltanoLabs/tap-dbt
Releases · MeltanoLabs/tap-dbt
0.4.0
What's Changed
- Get
base_url
from config rather than hardcoded string by @hholgersen in #91 - fix: Correct variable name from
response_jsonpath
torecords_jsonpath
by @mjsqu in #110 - chore: Lint project by @edgarrmondragon in #113
- ci: Test on Python 3.11 by @edgarrmondragon in #114
- refactor: Working pagination using the "extra" fields and the
has_more
method by @mjsqu in #119
New Contributors
- @pre-commit-ci made their first contribution in #61
- @pnadolny13 made their first contribution in #84
- @hholgersen made their first contribution in #91
- @mjsqu made their first contribution in #110
Full Changelog: 0.3.0...0.4.0
0.3.0
0.2.0
- Bump Meltano SDK to 0.3.16.
- Make
finished_at
nullable. - Use JSONPath feature
- Support Python 3.9
0.1.1
- Bump Singer SDK to 0.3.1
- Fix nested objects in schemas
0.1.0
First stable release.
Streams
- accounts
- projects
- jobs
- runs
0.0.1 Release Candidate 2
- Use Singer SDK 0.1.3
- Update nullable fields in
run
stream - Configurable base URL
0.0.1 Release Candidate 1
First release candidate