This is an automated email from the ASF dual-hosted git repository.
shahar pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from acdea0b64c Add DevITJobs.com to INTHEWILD.md (#42236)
add 603998357c Add template fields tests to aws operators (2) (#42202)
No new revisions were added by this update.
Summary of changes:
.../amazon/aws/operators/test_eventbridge.py | 28 ++++++
.../providers/amazon/aws/operators/test_glacier.py | 9 ++
tests/providers/amazon/aws/operators/test_glue.py | 24 +++++
.../amazon/aws/operators/test_glue_crawler.py | 4 +
.../amazon/aws/operators/test_glue_databrew.py | 5 +
.../amazon/aws/operators/test_kinesis_analytics.py | 16 +++
.../amazon/aws/operators/test_lambda_function.py | 19 ++++
.../providers/amazon/aws/operators/test_neptune.py | 21 ++++
.../amazon/aws/operators/test_quicksight.py | 5 +
tests/providers/amazon/aws/operators/test_rds.py | 111 +++++++++++++++++++++
.../amazon/aws/operators/test_redshift_cluster.py | 53 ++++++++++
.../amazon/aws/operators/test_redshift_data.py | 12 +++
tests/providers/amazon/aws/operators/test_s3.py | 61 +++++++++++
.../amazon/aws/operators/test_sagemaker_base.py | 9 ++
.../aws/operators/test_sagemaker_endpoint.py | 4 +
.../operators/test_sagemaker_endpoint_config.py | 4 +
.../amazon/aws/operators/test_sagemaker_model.py | 18 ++++
.../aws/operators/test_sagemaker_notebook.py | 28 ++++++
.../aws/operators/test_sagemaker_pipeline.py | 16 +++
.../aws/operators/test_sagemaker_processing.py | 8 ++
.../aws/operators/test_sagemaker_training.py | 4 +
.../aws/operators/test_sagemaker_transform.py | 4 +
.../amazon/aws/operators/test_sagemaker_tuning.py | 4 +
tests/providers/amazon/aws/operators/test_sns.py | 5 +
tests/providers/amazon/aws/operators/test_sqs.py | 7 ++
.../amazon/aws/operators/test_step_function.py | 20 ++++
26 files changed, 499 insertions(+)