Skip to content

Releases: astronomer/astronomer-providers

1.17.3

07 Aug 11:25
b5649b7
Compare
Choose a tag to compare

What's Changed

  • Bug fixed
    • HttpSensorAsync: Fix incorrect warning when poke_interval is passed by @pankajastro in #1281
    • S3KeyTrigger: Call S3 sensor check_fn only with file size attribute by @pankajastro in #1278
    • Raise AirflowSkipException for sensors when soft_fail is set to True by @pankajastro in #1276
  • Note
    • hive provider is not supported on Python 3.11 (#1237)

Full Changelog: 1.17.2...1.17.3

1.17.2

26 Jul 08:31
df3f6f6
Compare
Choose a tag to compare

Check CHANGELOG.rst for the summary of the changes included in this release.

What's Changed

  • DatabricksRunNowOperatorAsync: get job_id through Databricks API if job_name is passed by @Lee-W in #1254
  • RedshiftDataHook: remove snowflake dependencies and use DbApiHook.split_sql_string for parsing sql by @pankajkoti in #1260

Full Changelog: 1.17.1...1.17.2

1.17.1

22 Jun 17:02
48c8b30
Compare
Choose a tag to compare

Check CHANGELOG.rst for summary of the changes included in this release.

What's Changed

  • Set version scheme to semver by @Lee-W in #1202
  • Revert "feat(kubernetes): check state before deferring KubernetesPodOperatorAsync (#1104)" by @pankajkoti in #1209

Full Changelog: 1.17.0...1.17.1

1.17.0

21 Jun 10:18
972beca
Compare
Choose a tag to compare

Check CHANGELOG.rst for the summary of the changes included in this release.

What's Changed

  • S3KeySizeSensorAsync
    • Add use_regex param (#1172)
    • Handle soft fail (#1161)
    • Fixing the issue that check_fn was ignored (#1171 )

New Contributors

Full Changelog: 1.16.0...1.17.0

1.16.0

19 May 10:02
06d2880
Compare
Choose a tag to compare

Check CHANGELOG.rst for summary of the changes included in this release.

What's Changed

Full Changelog: 1.15.5...1.16.0

1.15.5

24 Apr 14:39
0e42c94
Compare
Choose a tag to compare

What's Changed

  • Support host key verification for SFTPSensorAsync by @pankajkoti in #963
  • Make BigQuery & Google Cloud Storage async operators & sensors compatible with apache-airflow-providers-google>=10.0.0 by @pankajkoti in #981
  • Make SageMakerProcessingOperatorAsync compatible with apache-airflow-providers-amazon>=8.0.0 by @pankajkoti in #979
  • Make BatchOperatorAsync compatible with apache-airflow-providers-amazon>=8.0.0 by @pankajkoti in #978

Full Changelog: 1.15.4...1.15.5

1.15.4

19 Apr 18:09
d5612f8
Compare
Choose a tag to compare

What's Changed

  • Fix backward compatibility issue with BigQuery Async Operators by @pankajastro in #967

Full Changelog: 1.15.3...1.15.4

1.15.3

17 Apr 12:12
c450a62
Compare
Choose a tag to compare

Check CHANGELOG.rst for summary of the changes included in this release.

What's Changed

  • Removed task_id and updated description for DagStateTrigger by @TheCodyRich in #936
  • Fix redshift delete cluster when cluster not exist by @pankajastro in #937
  • Support retrieving extra fields which do not have extra prefix set by @rajaths010494 in #944
  • Pass poll_interval in bq trigger by @pankajastro in #953
  • fix(google): add back removed utility function get_gke_config_file by @Lee-W in #954
  • Increase RedshiftCreateClusterSnapshotOperator max attempt to wait for snapshot creation. by @rajaths010494 in #960
  • Fix read of Pandas json for S3 and GCS custom XCOM backend by @pankajkoti in #961
  • build(setup.cfg): pinning snowflake-sqlalchemy to greater than or eqaul to 1.4.4 by @Lee-W in #962

New Contributors

Full Changelog: 1.15.2...1.15.3

1.15.2

27 Mar 14:34
53f6f74
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.15.1...1.15.2

1.15.1

09 Mar 16:14
a2b01ac
Compare
Choose a tag to compare

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