Releases: amundsen-io/amundsendatabuilder
3.4.0: New features & Bug Fixes
New features & Bug Fixes
3.2.1: New features & Bug Fixes
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
3.1.1rc0: [WIP]chore: test deps change
Signed-off-by: feng-tao <[email protected]>
3.1.0: New features & Bug Fixes
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
Signed-off-by: feng-tao <[email protected]>
test pypi from github action
chore: set a pre released version Signed-off-by: feng-tao <[email protected]>
Remove py2 support
Remove py2 support. Databuilder now requires minimal python 3.6 or above.