Skip to content

v0.2.0

Compare
Choose a tag to compare
@zzstoatzz zzstoatzz released this 28 Dec 23:45
· 31 commits to main since this release
e310da1

What's Changed

  • Bump actions/add-to-project from 0.3.0 to 0.4.0 by @dependabot in #43
  • add AirbyteConnection, AirbyteSync and run_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 - #44
  • AirbyteSync block to represent a sync job triggered within Airbyte - #44
  • run_connection_sync flow to trigger a sync job for a given connection - #44
  • AirbyteClient.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