Skip to content

Releases: amundsen-io/amundsendatabuilder

3.4.0: New features & Bug Fixes

16 Oct 22:33
af4b512
Compare
Choose a tag to compare

New features

  • feat: Add an extractor for pulling user information from BambooHR (#369)
  • feat: Added Dremio extractor (#377)
  • feat: column level badges (#375)
  • feat: support dashboard chart in search (#383)
  • feat: column level badges cont. (#381)

Bug fixes and chore

  • fix: Update elasticsearch table index mapping (#373)
  • doc: Updated README.md to include DremioExtractor (#379)
  • refactor: Update ES index maps to use same maps of amundsen-common (#385)

New features & Bug Fixes

22 Sep 16:02
e04e21e
Compare
Choose a tag to compare

New features

  • feat: add sample_glue_loader script (#366)
  • feat: updated neo4j search data extractor to get new Badges from tables and dashboards rather than badge type tags (#368)

Bug fixes and chore

  • fix: update connection string in Snowflake extractor to include wareh… (#357)
  • chore: delete csv folder for sample postgres loader (#365)
  • fix: Fix programmatic source data (#367)
  • chore: Update setup.py (#370)
  • chore: Update setup.py version (#371)

3.2.1: New features & Bug Fixes

10 Sep 18:09
585bd57
Compare
Choose a tag to compare

New features

  • feat: Add Snowflake table last updated timestamp extractor (#348)
  • feat: Add MySQL sample data loader (#359)
  • feat: Create a RedshiftMetadataExtractor that supports late binding views (#356)
  • feat: Mode Batch dashboard chart API (#362)
  • feat: parameterize Snowflake Schema in Snowflake Metadata Extractor (#361)

Bug fixes and chore

  • chore: Sample dags minor cleanup (#344)
  • fix(deps) Stop importing requirements.txt into setup.py (#342)
  • fix: Set Tableau URLs (base + API) via config (#349)
  • Fix: Update SnowflakeMetadataExtractor instructions in readme (#353)
  • chore: add code owner file (#354)
  • chore: add license check action (#355)
  • fix: Correct typo in Snowflake Last Updated extract query (#358)
  • fix: edge case in Snowflake information_schema.last_altered value (#360)
  • chore: update version for next release (#364)

3.2.0: New features & Bug Fixes

26 Aug 21:19
1266923
Compare
Choose a tag to compare

New features

  • feat: Add Tableau dashboard metadata extractors (#333)

Bug fixes and chore

  • chore: Add sample airflow dag for snowflake integration (#343)
  • Adds configuration for title lint (#345)
  • chore: Sample dags minor cleanup (#344)
  • fix(deps) Stop importing requirements.txt into setup.py (#342)

3.1.1rc0: [WIP]chore: test deps change

25 Aug 03:37
Compare
Choose a tag to compare
Pre-release
Signed-off-by: feng-tao <fengtao04@gmail.com>

3.1.0: New features & Bug Fixes

20 Aug 20:29
030ef49
Compare
Choose a tag to compare

Mypy supports and github action is used for CI/CD. Here is the full list:

New features

feat: allow hive sql to be provided as config (#312)
feat: add github actions for databuilder (#336)
chore: Convert typings to mypy (#311)
chore: mypy cleanup (convert last comment types, remove noqa imports) (#338)

Bug Fixes & chore

tests: add mock for bigquery auth (#313)
Change repo name in travis file (#324)
ci: add dependabot config (#330)
fix(deps): Unpin attrs (#332)
build: fix broken tests in Python 3.7, test in CI (#334)
chore: replace all references of Lyft repo with Amundsen (#323)
fix: Update postgres_sample_dag to set table extract job as upstream for elastic search publisher (#340)
Fix Athena sample DAG (#341)
fix: fix invalid timestamp handling in dashboard transformer (#339)

3.1.0rc0: chore: fix rest_api_query to do basic check

19 Aug 18:08
Compare
Choose a tag to compare
Signed-off-by: feng-tao <fengtao04@gmail.com>

test pypi from github action

18 Aug 04:41
Compare
Choose a tag to compare
Pre-release
chore: set a pre released version

Signed-off-by: feng-tao <fengtao04@gmail.com>

Remove py2 support

10 Aug 17:07
381a417
Compare
Choose a tag to compare

Remove py2 support. Databuilder now requires minimal python 3.6 or above.

2.6.5

04 Aug 22:10
d24cba9
Compare
Choose a tag to compare
chore: update deps for databuilder (#309)