Skip to content

1.15.1

Compare
Choose a tag to compare
@rajaths010494 rajaths010494 released this 09 Mar 16:14
· 456 commits to main since this release
a2b01ac

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 set SFTPHookAsync 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 and SageMakerTrainingOperatorAsync compatible with apache-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 and SnowflakeSensorAsync 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