v0.2.0
What's Changed
- Bump actions/add-to-project from 0.3.0 to 0.4.0 by @dependabot in #43
- add
AirbyteConnection
,AirbyteSync
andrun_connection_sync
by @zzstoatzz in #44 - Cruft update + update block docstring examples by @zzstoatzz in #45
Added
AirbyteConnection
block to represent a connection to trigger in Airbyte - #44AirbyteSync
block to represent a sync job triggered within Airbyte - #44run_connection_sync
flow to trigger a sync job for a given connection - #44AirbyteClient.get_job_info
method to retrieve bulk information about a job - #44
Fixed
- Case in
trigger_sync
task where the cancelling the job would cause an infinite loop - #44
Full Changelog: v0.1.3...v0.2.0