- 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.