Releases: astronomer/astronomer-providers
Releases · astronomer/astronomer-providers
1.17.3
What's Changed
- Bug fixed
HttpSensorAsync
: Fix incorrect warning when poke_interval is passed by @pankajastro in #1281S3KeyTrigger
: Call S3 sensor check_fn only with file size attribute by @pankajastro in #1278- Raise
AirflowSkipException
for sensors whensoft_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
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 #1254RedshiftDataHook
: 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
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
Check CHANGELOG.rst for the summary of the changes included in this release.
What's Changed
S3KeySizeSensorAsync
New Contributors
- @vatsrahul1001 made their first contribution in #1141
Full Changelog: 1.16.0...1.17.0
1.16.0
Check CHANGELOG.rst for summary of the changes included in this release.
What's Changed
- Mark DBT cloud job run failed if cancelled by raising AirflowFailException by @pankajkoti in #1082
- Enhance SFTP Async sensor by @pankajkoti in #1072
Full Changelog: 1.15.5...1.16.0
1.15.5
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 withapache-airflow-providers-amazon>=8.0.0
by @pankajkoti in #979 - Make
BatchOperatorAsync
compatible withapache-airflow-providers-amazon>=8.0.0
by @pankajkoti in #978
Full Changelog: 1.15.4...1.15.5
1.15.4
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
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
- @TheCodyRich made their first contribution in #936
- @Lee-W made their first contribution in #954
Full Changelog: 1.15.2...1.15.3
1.15.2
What's Changed
- Run dbt example dag as part of master dag by @rajaths010494 in #889
- Fix S3KeyTrigger to send only one trigger event when check_fn is none. by @rajaths010494 in #925
- Replace python operator with redshift operators by @pankajastro in #928
- Generate constraints for airflow-2-5-2 by @pankajastro in #930
- Fix HttpTrigger throws unclosed connection error by @rajaths010494 in #927
Full Changelog: 1.15.1...1.15.2
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