Releases: voi-oss/dbt-exposures-crawler
Releases · voi-oss/dbt-exposures-crawler
v0.1.5
What's Changed
- feat: Replace Tableau API call per workbook and per user with the batch API call approach by @samanmasarat in #24
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- docs: update release instructions by @fernandobrito in #10
- docs: fix minor issues in readme by @ritikasri23 in #8
- feat: authenticate against Tableau on every API call by @fernandobrito in #12
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- fix: ignore personal spaces by @ritikasri23 in #9
New Contributors
- @ritikasri23 made their first contribution in #9
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- feat: dbt doesn't run well with Python 3.9. Now this package requires Python 3.8 as a minimum instead of Python 3.9 (#6)
- feat: propagate Tableau tags as exposure tags (#5)
- fix: bug where dependencies were missed when creating the exposure (#5)
- fix: bug where workbooks with the same name would create exposures that overwrite each other (#5)
v0.1.1
- fix: include missing files in the PyPI distribution
v.0.1.0
- First release