Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 4.56 KB

CHANGELOG.md

File metadata and controls

73 lines (50 loc) · 4.56 KB

Changelog

2.1.1 (2024-12-30)

Bug Fixes

  • Ensure proper preparation of API call kwargs for synchronous methods in FivetranHookAsync by @JeremyDOwens in #115

Others

2.1.0 (2024-07-24)

Feature

  • Add methods to get the connector_id by @natanlaverde in #101

Bug Fixes

  • Set correct default_conn_name in class by @pankajastro in #95
  • Add return statement after yield in trigger to avoid infinite loop by @pankajastro in #94

Misc

  • Enable Python3.12 test by @pankajastro in #91
  • Remove old Async operator name from docstring by @pankajastro in #96
  • Clean example DAG by @pankajastro in #97

2.0.2 (2024-01-17)

Feature

  • Add methods for getting group and connector info by @johnhoran in #80

2.0.1 (2024-01-08)

Bug Fixes

  • Fix connection form rendering by @pankajastro in #72
  • Remove redundant text from README by @pankajastro in #73

2.0.0 (2023-11-07)

Breaking changes

  • FivetranHook.check_connector now returns the connector_details dict object by @dwreeves in #54
  • FivetranHook.prep_connector now returns None instead of Literal[True] by @dwreeves in #54
  • For users using the sync hook directly to call either get_sync_status or call_and_restart, they will experience breakage if they are using reschedule_time= and for users who manually set =0, they will also experience breakage by @dwreeves in #57
  • Remove deprecated hook-class-names from get_provider_info return value dict by @pankajastro in #62
  • Remove deprecated FivetranOperatorAsync and FivetranSensorAsync by @pankajastro in #68

Feature

  • API Changes to FivetranSensor for supporting backfills by @dwreeves in #58

Bug fixes

  • Use dynamic operator value in link by @pankajastro in #56
  • Update the registry URL for FivetranOperator by @utkarsharma2 in #52
  • Updated quotation placement to fix TypeError by @cSaller in #65

Misc

  • Add mypy + some other misc. changes by @dwreeves in #54
  • Consolidate api for pause_and_restart and _parse_timestamp methods by @dwreeves in #57

1.1.2 (2023-08-10)

Bug fixes

  • Remove uses of fivetran_provider #46

1.1.1 (2023-08-07)

Feature

  • Add Python3.11 support #37
  • Deprecate FivetranOperatorAsync in favour of FivetranOperator and FivetranSensorAsync in favour of FivetranSensor #40
  • Add deferrable param in FivetranOperator and FivetranSensor with default value True #42

Bug Fixes

  • Fix typo in trigger docstring #42