v0.9.0
github-actions
released this
03 Apr 23:10
·
140 commits
to refs/heads/main
since this release
🚀 New Features
This release adds new metadata fields to all streams, including a unique record ID (_airbyte_raw_id
) and timestamp (_airbyte_extracted_at
). This release also adds a feature to auto-add new columns if they are missing from cache tables.
- Add new internal Airbyte columns, aligned with Airbyte Destinations "v2" (#144)
- Auto-add missing columns to Cache tables (#144)
- New
StreamRecord
class and publicrecords
module (#166)
📖 Documentation Updates
- Several new topics added to reference docs (#144, #170):
- Schema Evolution
- Table and Field Name Normalization
- Airbyte-Managed Metadata Columns