Skip to content

Releases: PrefectHQ/prefect-airbyte

v0.3.2

29 Nov 19:53
d9f2066
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

13 Nov 22:48
ebf84f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Oct 18:12
d1760bb
Compare
Choose a tag to compare

What's Changed

  • rm trailing forward slash from old block catalog link by @zzstoatzz in #46
  • add analytics by @ahuang11 in #47
  • Updates workflows to use new tokens by @desertaxle in #49
  • Bump actions/add-to-project from 0.4.0 to 0.5.0 by @dependabot in #52
  • Bump peter-evans/create-pull-request from 4 to 5 by @dependabot in #53
  • Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 by @dependabot in #56
  • Update CODEOWNERS to Open Source GH team by @desertaxle in #57
  • Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 by @dependabot in #58
  • Conditional imports to support operating with pydantic>2 installed by @chrisguidry in #60

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

28 Dec 23:45
e310da1
Compare
Choose a tag to compare

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

v0.1.3

16 Nov 22:04
18e7c79
Compare
Choose a tag to compare

What's Changed

  • Adds missing release date for 0.1.2 by @desertaxle in #24
  • fix docstring for trigger_sync, remove default value for connection_id by @zzstoatzz in #26
  • Updates repo to match changes to template by @desertaxle in #25
  • Create add-to-project.yml by @ahuang11 in #30
  • Add release version to add-to-project.yml by @ahuang11 in #32
  • Cruft updates by @zzstoatzz in #35
  • Sync Collection with changes to prefect-collection-template by @prefect-collection-synchronizer in #36
  • Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 by @dependabot in #38
  • Add Alex to CODEOWNERS by @ahuang11 in #41
  • Add AirbyteServer block by @zzstoatzz in #40
  • ran cruft update and manually edited in rejected changes by @zzstoatzz in #42

New Contributors

  • @prefect-collection-synchronizer made their first contribution in #36

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 Sep 15:54
ad2f67a
Compare
Choose a tag to compare

0.1.2

Released on September 8, 2022.

Fixed

  • Status code handling in Airbyte client - #20

v0.1.1

02 Sep 21:41
163e35b
Compare
Choose a tag to compare

0.1.1

Released on September 2, 2022.

Added

  • a timeout parameter to trigger_sync and export_configuration passed to httpx.AsyncClient - #18

Fixed

  • Using asyncio.sleep instead of time.sleep within trigger_sync task - #13

v0.1.0

26 Jul 17:53
200cbe1
Compare
Choose a tag to compare

0.1.0

Released on July 26th, 2022.

Added

  • trigger_sync and export_configuration tasks - #1

first public release

01 Jun 20:00
73a9493
Compare
Choose a tag to compare

new release for public github pages

What's Changed

  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #5
  • Bump JamesIves/github-pages-deploy-action from 4.2.5 to 4.3.3 by @dependabot in #4
  • Bump actions/download-artifact from 2 to 3 by @dependabot in #3
  • Bump github/codeql-action from 1 to 2 by @dependabot in #2

New Contributors

Full Changelog: v0.b2...v0.b3

prefect-airbyte version 1

31 May 18:33
b9d4d75
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.a3...v0.b1