- Added dlt append_flow api support: PR
- Added dlt append_flow api support for silver layer: PR
- Added support for file metadata columns for autoloader: PR
- Added support for Bring your own custom transformation: Issue
- Added support to Unify PyPI releases with GitHub OIDC: PR
- Added demo for append_flow and file_metadata options: PR
- Added Demo for silver fanout architecture: PR
- Added documentation in docs site for new features: PR
- Added unit tests to showcase silver layer fanout examples: PR
- Fixed issue for No such file or directory: '/demo' :PR
- Fixed issue DLT-META CLI onboard command issue for Azure: databricks.sdk.errors.platform.ResourceAlreadyExists :PR
- Fixed issue Changed dbfs.create to mkdirs for CLI: PR
- Fixed issue DLT-META CLI should use pypi lib instead of whl : PR
- Added dlt-meta cli documentation and readme with browser support: PR
- migrate to create streaming table api from create streaming live table: PR
- Functionality to introduce an new option for event hub configuration. Namely a source_details option 'eventhub.accessKeySecretName' to properly construct the eh_shared_key_value properly. Without this option, there were errors while connecting to the event hub service (linked to issue-13 - java.lang.RuntimeException: non-nullable field authBytes was serialized as null #13)
- infer datatypes from sequence_by to __START_AT, __END_AT for apply changes API
- setup.py for version
- Git release tag from github actions
- Table properties support for bronze, quarantine and silver tables using create_streaming_live_table api call
- Support for track history column using apply_changes api
- Support for delta as source
- Validation for bronze/silver onboarding
- Input schema parsing issue in onboarding
- Readme and docs to include above features
- Initial public release version.