From 42d990275540f2bcc64fde5e9e54564f9d66d909 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Tue, 7 Nov 2023 08:59:27 +0530 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2debedb..309d7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - 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 https://github.com/astronomer/airflow-provider-fivetran-async/pull/57 - Remove deprecated `hook-class-names` from `get_provider_info` return value dict by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/62 -- Remove deprecated FivetranOperatorAsync and FivetranSensorAsync by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/68 +- Remove deprecated `FivetranOperatorAsync` and `FivetranSensorAsync` by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/68 ### Feature - API Changes to FivetranSensor for supporting backfills by @dwreeves in https://github.com/astronomer/airflow-provider-fivetran-async/pull/58