1.15.1
What's Changed
- Remove usage of deprecated param delegate_to by @pankajkoti in #887
- Allow and prefer non-prefixed extra fields for
AzureDataFactoryHookAsync
by @pankajkoti in #899 - Fix get_field import availability - PR #899 followup by @pankajkoti in #900
- Fix
HttpSensorAsync
to use the correct connection id instead of a default connection id by @pankajastro in #896 - Fix
SFTPSensorAsync
to succeed when there is at least one file newer than the provided date and setSFTPHookAsync
default_known_hosts parameter to None by @rajaths010494 in #905 - Fix mypy and add snowflake sensor dag to master dag by @rajaths010494 in #907
- Make
SageMakerTransformOperatorAsync
andSageMakerTrainingOperatorAsync
compatible withapache-airflow-providers-amazon>=7.3.0
by @rajaths010494 in #912 - Fix
BigQueryInsertJobOperatorAsync
to send location parameter to hook by @erdos2n in #866 - Mitigate race condition on deferrable sensors
ExternalTaskSensorAsync
andSnowflakeSensorAsync
immediately getting successful,
by making the changes to these sensors to check on the worker first, then defer if the condition is not met by @park-peter in #908
New Contributors
Full Changelog: 1.15.0...1.15.1