Releases: astronomer/astronomer-providers
1.15.0
What's Changed
Check CHANGELOG.rst for summary of the changes included in this release.
- Add
DataprocLink
to see Dataproc jobs inDataprocSubmitJobOperatorAsync
by @rajaths010494 in #835 - Use tags param in
EmrContainerOperatorAsync
by @pankajastro in #836 - Implement
SnowflakeSensorAsync
by @park-peter in #810 - Handle
SnowflakeHookAsync
when empty sql list is passed. by @pankajastro in #838 - Use entire tenant domain name in dbt Cloud connection by @josh-fell in #855
- Use
timeout
instead ofexecution_timeout
withExternalTaskSensor
when sensing task_id by @rajaths010494 in #858
New Contributors
- @park-peter made their first contribution in #810
Full Changelog: 1.14.0...1.15.0
1.14.0
What's Changed
Check CHANGELOG.rst for summary of the changes included in this release.
- ExternalTaskSensorAsync to support poke_interval by @rajaths010494 in #823
- Custom backend XCom S3 by @rajaths010494 in #820
- Fix
get_logs
,pod cleanup
andXCom push
inGKEStartPodOperatorAsync
by @bharanidharan14 in #824
Full Changelog: 1.13.0...1.14.0
1.13.0
Check CHANGELOG.rst for summary of the changes included in this release.
What's Changed
- Support private key authentication for
SFTPHookAsync
via SFTP connection by @bharanidharan14 in #749 - Enhance
AwsBaseHookAsync
to support assume rolerole_arn
passed viaextra_config
in the airflow connection by @bharanidharan14 in #804 - Fix license broken link in readthedocs by @pankajastro in #808
- Fix
KubernetesPodOperatorAsync
to consider kubernetes connection id in the trigger by @bharanidharan14 in #815
Full Changelog: 1.12.0...1.13.0
1.12.0
Check CHANGELOG.rst for summary of the changes included in this release.
What's Changed
- Remove redundant connection params from
AwsBaseHookAsync
by @bharanidharan14 in #758 - Fix ADF broken docs by @pankajastro in #779
- Added poke interval for the S3KeyTrigger by @bharanidharan14 in #782
- Custom XCom GCS by @rajaths010494 in #681
- Fix
SnowflakeOperatorAsync
XCom value to return by @bharanidharan14 in #781 - Log warning message when
response_check
attribute is passed inHttpSensorAsync
by @rajaths010494 in #780 - Allow Async Google Operators to accept
impersonation_chain
anddelegate_to
parameters for authentication by @bharanidharan14 in #703
Full Changelog: 1.11.2...1.12.0
1.11.2
Check CHANGELOG.rst for summary of the changes included in this release.
What's Changed
- Typecast bigquery job response col value by @pankajastro in #742
- Fix
RedshiftDataHook
to accept access and secret keys from the connections object also. by @bharanidharan14 in #746 - Handle
SFTPSensorAsync
when file pattern is not passed by @bharanidharan14 in #744 - Use bigquery hook bq_cast by @pankajastro in #751
- Use platform flag when building docker image for astro cloud deployment by @phanikumv in #759
- Fix snowflake and redshift operator failures by @bharanidharan14 in #762
- Add attribute to SnowflakeAPIAsyncOperator by @bharanidharan14 in #764
- Set auto commit to true by default in SnowflakeOperatorAsync by @bharanidharan14 in #766
- Add autocommit = True in
SnowflakeHookAsync
by @rajaths010494 in #767 - Fix mypy issues caused due to new airflow provider version by @rajaths010494 in #770
Full Changelog: 1.11.1...1.11.2
1.11.1
Check CHANGELOG.rst for a summary of the changes included in this release.
What's Changed
- Enable
GKEStartPodOperatorAsync
in integration tests by @phanikumv in #721 - Bump astro-runtime to 6.0.3 by @rajaths010494 in #727
- Fix
AwsBaseHookAsync
to accept the AWS session token passed viaextra_config
in the airflow connection by @bharanidharan14 in #730 - Fix databricks doc by @bharanidharan14 in #719
- Change the return value of
SageMakerTrainingOperatorAsync
andSageMakerTransformOperatorAsync
to be same as that of corresponding Sync operators by @bharanidharan14 in #737 - Fix sagemaker example dag to use AWS session token by @bharanidharan14 in #739
Full Changelog: 1.11.0...1.11.1
1.11.0
Check CHANGELOG.rst for summary of the changes included in this release.
What's Changed
- Handle the Databricks Operator failures by @bharanidharan14 in #674
- Modify test RC dependency automation to create a PR by @pankajkoti in #679
- Bump astro-runtime to 6.0.2 by @kaxil in #700
- Fix mypy and Unit test failure due to new Google Provider release by @rajaths010494 in #704
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #708
- Remove unused files from integration tests image by @pankajastro in #713
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #715
- Implement
SageMakerProcessingOperatorAsync
by @rajaths010494 in #712 - Add doc string for
DatabricksSubmitRunOperatorAsync
andDatabricksRunNowOperatorAsync
by @bharanidharan14 in #718 - Implemented
SageMakerTransformOperatorAsync
andSageMakerTrainingOperatorAsync
by @bharanidharan14 in #717 - Fix sagemaker example DAG by @bharanidharan14 in #722
Full Changelog: 1.10.0...1.11.0
1.10.0
What's Changed
- Add compat module for typing
airflow.utils.context.Context
by @josh-fell in #619 - Bump version to 1.10.0.dev1 by @rajaths010494 in #639
- Fix flake8 failure and failure test cases. by @rajaths010494 in #650
- Use astro runtime 6.0.0 by @phanikumv in #649
- Clean CNCF Unit Tests by @pankajastro in #603
- Remove staging env deployment by @phanikumv in #653
- Add check for PEM exists for Hive and Livy DAG. by @rajaths010494 in #621
- Use
poke_interval
instead ofpoll_interval
for sensor by @bharanidharan14 in #640 - Custom S3 Backend by @rajaths010494 in #645
- Use
EmrEksCreateClusterOperator
to create EMR EKS cluster by @phanikumv in #660 - Fix broken docs link by @pankajastro in #663
- Implement
ExternalDeploymentTaskSensorAsync
by @bharanidharan14 in #652 - Fix Provider entrypoint for Airflow by @kaxil in #665
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #666
- Typecast XCOM response as per OSS PEP-563 type hint changes by @rajaths010494 in #659
- Use astro runtime 6.0.1 image by @bharanidharan14 in #667
- Implement
SFTPSensorAsync
by @tseruga in #654 - Fix Dataproc dag failure due to new RC 8.4.0rc1 by @rajaths010494 in #680
- Fix emr_eks_pi_job DAG failing in new RC 6.0.0rc1 by @bharanidharan14 in #682
- Move
ExternalDeploymentTask
to core by @kaxil in #684 - Remove S3 XCom backend by @rajaths010494 in #685
- Release 1.10.0 by @rajaths010494 in #686
New Contributors
- @josh-fell made their first contribution in #619
- @tseruga made their first contribution in #654
Full Changelog: 1.9.0...1.10.0
1.9.0
Check CHANGELOG.rst for summary of the changes included in this release.
What's Changed
- Implement Open lineage extractor for RedshiftAsync Operators by @rajaths010494 in #561
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #622
- Remove redundant code in BigQueryHookAsync by @phanikumv in #624
- Fix redshift extractor path by @pankajastro in #628
- Add provider entry_points for airflow UI by @pankajastro in #626
- Implement
DbtCloudJobRunOperatorAsync
andDbtCloudJobRunSensorAsync
by @bharanidharan14 in #623 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #634
- Add fallback value for config metadata by @pankajastro in #635
- Fix metadata description by @pankajastro in #637
- Add hyperlink for description by @pankajastro in #638
Full Changelog: 1.8.1...1.9.0
1.8.1
Check CHANGELOG.rst for summary of the changes included in this release.
What's Changed
- Fix ADF pipeline timeout issue by @bharanidharan14 in #602
- Add a make target to run interactive shell by @kaxil in #597
- Fix import error for snowflake extractor by @pankajastro in #607
- Use astro-runtime:5.0.8-base for integration tests by @phanikumv in #609
- Async Databricks Operator: raise exception instead of return in case of user error by @pankajastro in #612
- Remove werkzeug dep & limit protobuf to
3.20.0
by @kaxil in #615 - Fix Mypy issues by @kaxil in #616
Full Changelog: 1.8.0...1.8.1