Back-ported airflow.providers.amazon.* package for Airflow 1.10.*
Project description
Package apache-airflow-backport-providers-amazon
Release: 2020.10.5
Backport package
This is a backport providers package for amazon
provider. All classes for this provider package
are in airflow.providers.amazon
python package.
Only Python 3.6+ is supported for this backport package.
While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade python to 3.6+ if you want to use this backport package.
Installation
You can install this package on top of an existing airflow 1.10.* installation via
pip install apache-airflow-backport-providers-amazon
PIP requirements
PIP package | Version required |
---|---|
boto3 | >=1.12.0,<2.0.0 |
watchtower | ~=0.7.3 |
Cross provider package dependencies
Those are dependencies that might be needed in order to use all the features of the package. You need to install the specified backport providers package in order to use them.
You can install such cross-provider dependencies when installing from PyPI. For example:
pip install apache-airflow-backport-providers-amazon[apache.hive]
Dependent package | Extra |
---|---|
apache-airflow-backport-providers-apache-hive | apache.hive |
apache-airflow-backport-providers-google | |
apache-airflow-backport-providers-imap | imap |
apache-airflow-backport-providers-mongo | mongo |
apache-airflow-backport-providers-mysql | mysql |
apache-airflow-backport-providers-postgres | postgres |
apache-airflow-backport-providers-ssh | ssh |
Provider classes summary
In Airflow 2.0, all operators, transfers, hooks, sensors, secrets for the amazon
provider
are in the airflow.providers.amazon
package. You can read more about the naming conventions used
in Naming conventions for provider packages
Operators
New operators
Moved operators
Transfer operators
New transfer operators
New Airflow 2.0 transfers: airflow.providers.amazon package |
---|
aws.transfers.glacier_to_gcs.GlacierToGCSOperator |
aws.transfers.mysql_to_s3.MySQLToS3Operator |
Moved transfer operators
Sensors
New sensors
Moved sensors
Hooks
New hooks
Moved hooks
Secrets
Moved secrets
Airflow 2.0 secrets: airflow.providers.amazon package |
Airflow 1.10.* previous location (usually airflow.contrib ) |
---|---|
aws.secrets.secrets_manager.SecretsManagerBackend | contrib.secrets.aws_secrets_manager.SecretsManagerBackend |
aws.secrets.systems_manager.SystemsManagerParameterStoreBackend | contrib.secrets.aws_systems_manager.SystemsManagerParameterStoreBackend |
Releases
Release 2020.10.5
Commit | Committed | Subject |
---|---|---|
5220e4c38 | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
00ffedb8c | 2020-09-30 | Add amazon glacier to GCS transfer operator (#10947) |
e3f96ce7a | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
f3e87c503 | 2020-09-22 | Add D202 pydocstyle check (#11032) |
b61225a88 | 2020-09-21 | Add D204 pydocstyle check (#11031) |
2410f592a | 2020-09-19 | Get Airflow configs with sensitive data from AWS Systems Manager (#11023) |
2bf7b7cac | 2020-09-19 | Add typing to amazon provider EMR (#10910) |
9edfcb7ac | 2020-09-19 | Support extra_args in S3Hook and GCSToS3Operator (#11001) |
4e1f3a69d | 2020-09-14 | [AIRFLOW-10645] Add AWS Secrets Manager Hook (#10655) |
e9add7916 | 2020-09-14 | Fix Failing static tests on Master (#10927) |
383a118d2 | 2020-09-14 | Add more type annotations to AWS hooks (#10671) |
9549274d1 | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
2934220dc | 2020-09-08 | Always return a list from S3Hook list methods (#10774) |
f40ac9b15 | 2020-09-01 | Add placement_strategy option (#9444) |
e4878e677 | 2020-08-31 | fix type hints for s3 hook read_key method (#10653) |
2ca615cff | 2020-08-29 | Update Google Cloud branding (#10642) |
8969b7185 | 2020-08-28 | Removed bad characters from AWS operator (#10590) |
8349061f9 | 2020-08-26 | Improve Docstring for AWS Athena Hook/Operator (#10580) |
fdd9b6f65 | 2020-08-25 | Enable Black on Providers Packages (#10543) |
3696c34c2 | 2020-08-24 | Fix typo in the word "release" (#10528) |
3734876d9 | 2020-08-24 | Implement impersonation in google operators (#10052) |
ee7ca128a | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
c6358045f | 2020-08-22 | Fixes S3ToRedshift COPY query (#10436) |
7c206a82a | 2020-08-22 | Replace assigment with Augmented assignment (#10468) |
27d08b76a | 2020-08-21 | Amazon SES Hook (#10391) |
dea345b05 | 2020-08-17 | Fix AwsGlueJobSensor to stop running after the Glue job finished (#9022) |
f6734b3b8 | 2020-08-12 | Enable Sphinx spellcheck for doc generation (#10280) |
82f744b87 | 2020-08-11 | Add type annotations to AwsGlueJobHook, RedshiftHook modules (#10286) |
19bc97d0c | 2020-08-10 | Revert "Add Amazon SES hook (#10004)" (#10276) |
f06fe616e | 2020-08-10 | Add Amazon SES hook (#10004) |
0c77ea8a3 | 2020-08-06 | Add type annotations to S3 hook module (#10164) |
24c8e4c2d | 2020-08-06 | Changes to all the constructors to remove the args argument (#10163) |
9667314b2 | 2020-08-05 | Add correct signatures for operators in amazon provider package (#10167) |
000287753 | 2020-08-03 | Improve Typing coverage of amazon/aws/athena (#10025) |
53ada6e79 | 2020-08-03 | Add S3KeysUnchangedSensor (#9817) |
aeea71274 | 2020-08-02 | Remove args parameter from provider operator constructors (#10097) |
2b8dea64e | 2020-08-01 | Fix typo in Athena sensor retries (#10079) |
1508c43ec | 2020-07-29 | Adding new SageMaker operator for ProcessingJobs (#9594) |
7d24b088c | 2020-07-25 | Stop using start_date in default_args in example_dags (2) (#9985) |
8b10a4b35 | 2020-07-25 | Stop using start_date in default_args in example_dags (#9982) |
33f0cd265 | 2020-07-22 | apply_default keeps the function signature for mypy (#9784) |
e7c87fe45 | 2020-07-20 | Refactor AwsBaseHook._get_credentials (#9878) |
2577f9334 | 2020-07-16 | Fix S3FileTransformOperator to support S3 Select transformation only (#8936) |
52b6efe1e | 2020-07-15 | Add option to delete by prefix to S3DeleteObjectsOperator (#9350) |
553bb7af7 | 2020-07-13 | Keep functions signatures in decorators (#9786) |
2f31b3060 | 2020-07-08 | Get Airflow configs with sensitive data from Secret Backends (#9645) |
07b81029e | 2020-07-08 | Allow AWSAthenaHook to get more than 1000/first page of results (#6075) |
564192c16 | 2020-07-08 | Add AWS StepFunctions integrations to the aws provider (#8749) |
ecce1ace7 | 2020-07-08 | [AIRFLOW-XXXX] Remove unnecessary docstring in AWSAthenaOperator |
a79e2d4c4 | 2020-07-06 | Move provider's log task handlers to the provider package (#9604) |
ee20086b8 | 2020-07-02 | Move S3TaskHandler to the AWS provider package (#9602) |
40add26d4 | 2020-06-29 | Remove almost all references to airflow.contrib (#9559) |
c858babdd | 2020-06-26 | Remove kwargs from Super calls in AWS Secrets Backends (#9523) |
87fdbd070 | 2020-06-25 | Use literal syntax instead of function calls to create data structure (#9516) |
c7a454aa3 | 2020-06-22 | Add AWS ECS system test (#8888) |
df8efd04f | 2020-06-21 | Enable & Fix "Docstring Content Issues" PyDocStyle Check (#9460) |
e13a14c87 | 2020-06-21 | Enable & Fix Whitespace related PyDocStyle Checks (#9458) |
d0e7db402 | 2020-06-19 | Fixed release number for fresh release (#9408) |
Release 2020.6.24
Commit | Committed | Subject |
---|---|---|
12af6a080 | 2020-06-19 | Final cleanup for 2020.6.23rc1 release preparation (#9404) |
992a18c84 | 2020-06-19 | Move MySqlToS3Operator to transfers (#9400) |
a60f589aa | 2020-06-19 | Add MySqlToS3Operator (#9054) |
c7e5bce57 | 2020-06-19 | Prepare backport release candidate for 2020.6.23rc1 (#9370) |
40bf8f28f | 2020-06-18 | Detect automatically the lack of reference to the guide in the operator descriptions (#9290) |
f6bd817a3 | 2020-06-16 | Introduce 'transfers' packages (#9320) |
58a8ec0e4 | 2020-06-16 | AWSBatchOperator <> ClientHook relation changed to composition (#9306) |
a80cd25e8 | 2020-06-15 | Close/Flush byte stream in s3 hook load_string and load_bytes (#9211) |
ffb857403 | 2020-06-14 | Decrypt secrets from SystemsManagerParameterStoreBackend (#9214) |
a69b031f2 | 2020-06-10 | Add S3ToRedshift example dag and system test (#8877) |
17adcea83 | 2020-06-02 | Fix handling of subprocess error handling in s3_file_transform and gcs (#9106) |
357e11e0c | 2020-05-29 | Add Delete/Create S3 bucket operators (#8895) |
1ed171bfb | 2020-05-28 | Add script_args for S3FileTransformOperator (#9019) |
0b0e4f7a4 | 2020-05-26 | Preparing for RC3 release of backports (#9026) |
00642a46d | 2020-05-26 | Fixed name of 20 remaining wrongly named operators. (#8994) |
1d36b0303 | 2020-05-23 | Fix references in docs (#8984) |
f946f96da | 2020-05-23 | Old json boto compat removed from dynamodb_to_s3 operator (#8987) |
375d1ca22 | 2020-05-19 | Release candidate 2 for backport packages 2020.05.20 (#8898) |
12c5e5d8a | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
f3521fb0e | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
f4edd90a9 | 2020-05-16 | Speed up TestAwsLambdaHook by not actually running a function (#8882) |
92585ca4c | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
85bbab27d | 2020-05-15 | Add EMR operators howto docs (#8863) |
e61b9bb9b | 2020-05-13 | Add AWS EMR System tests (#8618) |
ed3f5131a | 2020-05-13 | Correctly pass sleep time from AWSAthenaOperator down to the hook. (#8845) |
7236862a1 | 2020-05-12 | [AIRFLOW-2310] Enable AWS Glue Job Integration (#6007) |
d590e5e76 | 2020-05-11 | Add option to propagate tags in ECSOperator (#8811) |
0c3db84c3 | 2020-05-11 | [AIRFLOW-7068] Create EC2 Hook, Operator and Sensor (#7731) |
cbebed2b4 | 2020-05-10 | Allow passing backend_kwargs to AWS SSM client (#8802) |
c7788a689 | 2020-05-10 | Add imap_attachment_to_s3 example dag and system test (#8669) |
ff5b70149 | 2020-05-07 | Add google_api_to_s3_transfer example dags and system tests (#8581) |
4421f011e | 2020-05-01 | Improve template capabilities of EMR job and step operators (#8572) |
379a884d6 | 2020-04-28 | fix: aws hook should work without conn id (#8534) |
74bc316c5 | 2020-04-27 | [AIRFLOW-4438] Add Gzip compression to S3_hook (#8571) |
7ea66a1a9 | 2020-04-26 | Add example DAG for ECSOperator (#8452) |
b6434dedf | 2020-04-24 | [AIRFLOW-7111] Add generate_presigned_url method to S3Hook (#8441) |
becedd5af | 2020-04-19 | Remove unrelated EC2 references in ECSOperator (#8451) |
ab1290cb0 | 2020-04-13 | Make launch_type parameter optional (#8248) |
87969a350 | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |
b46d6c060 | 2020-04-08 | Add support for AWS Secrets Manager as Secrets Backend (#8186) |
68d1714f2 | 2020-04-04 | [AIRFLOW-6822] AWS hooks should cache boto3 client (#7541) |
8a0240257 | 2020-03-31 | Rename CloudBaseHook to GoogleBaseHook and move it to google.common (#8011) |
7239d9a82 | 2020-03-28 | Get Airflow Variables from AWS Systems Manager Parameter Store (#7945) |
eb4af4f94 | 2020-03-28 | Make BaseSecretsBackend.build_path generic (#7948) |
438da7241 | 2020-03-28 | [AIRFLOW-5825] SageMakerEndpointOperator is not idempotent (#7891) |
686d7d50b | 2020-03-25 | Standardize SecretBackend class names (#7846) |
eef87b995 | 2020-03-23 | [AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830) |
5648dfbc3 | 2020-03-23 | Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827) |
a36002412 | 2020-03-19 | [AIRFLOW-5705] Make AwsSsmSecretsBackend consistent with VaultBackend (#7753) |
2a54512d7 | 2020-03-17 | [AIRFLOW-5705] Fix bugs in AWS SSM Secrets Backend (#7745) |
a8b5fc74d | 2020-03-16 | [AIRFLOW-4175] S3Hook load_file should support ACL policy paramete (#7733) |
e31e9ddd2 | 2020-03-14 | [AIRFLOW-5705] Add secrets backend and support for AWS SSM (#6376) |
3bb60afc7 | 2020-03-13 | [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML (#7619) |
c0c5f11ad | 2020-03-12 | [AIRFLOW-6884] Make SageMakerTrainingOperator idempotent (#7598) |
b7cdda1c6 | 2020-03-10 | [AIRFLOW-4438] Add Gzip compression to S3_hook (#7680) |
42eef3821 | 2020-03-07 | [AIRFLOW-6877] Add cross-provider dependencies as extras (#7506) |
9a94ab246 | 2020-03-01 | [AIRFLOW-6962] Fix compeleted to completed (#7600) |
1b38f6d9b | 2020-02-29 | [AIRFLOW-5908] Add download_file to S3 Hook (#6577) |
3ea3e1a2b | 2020-02-26 | [AIRFLOW-6824] EMRAddStepsOperator problem with multi-step XCom (#7443) |
6eaa7e3b1 | 2020-02-25 | [AIRFLOW-5924] Automatically unify bucket name and key in S3Hook (#6574) |
3320e432a | 2020-02-24 | [AIRFLOW-6817] Lazy-load airflow.DAG to keep user-facing API untouched (#7517) |
7d0e7122d | 2020-02-24 | [AIRFLOW-6830] Add Subject/MessageAttributes to SNS hook and operator (#7451) |
4d03e33c1 | 2020-02-22 | [AIRFLOW-6817] remove imports from airflow/__init__.py , replaced implicit imports with explicit imports, added entry to UPDATING.MD - squashed/rebased (#7456) |
47a922b86 | 2020-02-21 | [AIRFLOW-6854] Fix missing typing_extensions on python 3.8 (#7474) |
9cbd7de6d | 2020-02-18 | [AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412) |
58c3542ed | 2020-02-12 | [AIRFLOW-5231] Fix S3Hook.delete_objects method (#7375) |
b7aa778b3 | 2020-02-10 | [AIRFLOW-6767] Correct name for default Athena workgroup (#7394) |
9282185e6 | 2020-02-09 | [AIRFLOW-6761] Fix WorkGroup param in AWSAthenaHook (#7386) |
94fccca97 | 2020-02-04 | [AIRFLOW-XXXX] Add pre-commit check for utf-8 file encoding (#7347) |
f3ad5cf61 | 2020-02-03 | [AIRFLOW-4681] Make sensors module pylint compatible (#7309) |
88e40c714 | 2020-02-03 | [AIRFLOW-6716] Fix AWS Datasync Example DAG (#7339) |
a311d3d82 | 2020-02-03 | [AIRFLOW-6718] Fix more occurrences of utils.dates.days_ago (#7341) |
cb766b05b | 2020-02-03 | [AIRFLOW-XXXX] Fix Static Checks on CI (#7342) |
97a429f9d | 2020-02-02 | [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) |
7527eddc5 | 2020-02-02 | [AIRFLOW-4364] Make all code in airflow/providers/amazon pylint compatible (#7336) |
cf141506a | 2020-02-02 | [AIRFLOW-6708] Set unique logger names (#7330) |
63aa3db88 | 2020-02-02 | [AIRFLOW-6258] Add CloudFormation operators to AWS providers (#6824) |
af4157fde | 2020-02-02 | [AIRFLOW-6672] AWS DataSync - better logging of error message (#7288) |
373c6aa4a | 2020-01-30 | [AIRFLOW-6682] Move GCP classes to providers package (#7295) |
83c037873 | 2020-01-30 | [AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287) |
1988a97e8 | 2020-01-28 | [AIRFLOW-6659] Move AWS Transfer operators to providers package (#7274) |
ab10443e9 | 2020-01-28 | [AIRFLOW-6424] Added a operator to modify EMR cluster (#7213) |
40246132a | 2020-01-28 | [AIRFLOW-6654] AWS DataSync - bugfix when creating locations (#7270) |
82c0e5aff | 2020-01-28 | [AIRFLOW-6655] Move AWS classes to providers (#7271) |
599e4791c | 2020-01-18 | [AIRFLOW-6541] Use EmrJobFlowSensor for other states (#7146) |
c319e81ca | 2020-01-17 | [AIRFLOW-6572] Move AWS classes to providers.amazon.aws package (#7178) |
941a07057 | 2020-01-15 | [AIRFLOW-6570] Add dag tag for all example dag (#7176) |
78d8fe694 | 2020-01-08 | [AIRFLOW-6245] Add custom waiters for AWS batch jobs (#6811) |
e0b022725 | 2019-12-28 | [AIRFLOW-6319] Add support for AWS Athena workgroups (#6871) |
57da45685 | 2019-12-24 | [AIRFLOW-6333] Bump Pylint to 2.4.4 & fix/disable new checks (#6888) |
cf647c27e | 2019-12-18 | [AIRFLOW-6038] AWS DataSync reworked (#6773) |
7502cad28 | 2019-12-17 | [AIRFLOW-6206] Move and rename AWS batch operator [AIP-21] (#6764) |
c4c635df6 | 2019-12-17 | [AIRFLOW-6083] Adding ability to pass custom configuration to lambda client. (#6678) |
4fb498f87 | 2019-12-09 | [AIRFLOW-6072] aws_hook: Outbound http proxy setting and other enhancements (#6686) |
a1e2f8635 | 2019-11-20 | [AIRFLOW-6021] Replace list literal with list constructor (#6617) |
baae14084 | 2019-11-19 | [AIRFLOW-5781] AIP-21 Migrate AWS Kinesis to /providers/amazon/aws (#6588) |
504cfbac1 | 2019-11-18 | [AIRFLOW-5783] AIP-21 Move aws redshift into providers structure (#6539) |
992f0e3ac | 2019-11-12 | AIRFLOW-5824: AWS DataSync Hook and Operators added (#6512) |
c015eb2f6 | 2019-11-10 | [AIRFLOW-5786] Migrate AWS SNS to /providers/amazon/aws (#6502) |
3d76fb4bf | 2019-11-09 | [AIRFLOW-5782] Migrate AWS Lambda to /providers/amazon/aws [AIP-21] (#6518) |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for apache-airflow-backport-providers-amazon-2020.10.5rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6aa35eb4451147e6ce25a16db81d088cb7d7389ef34e23f643c49aa40f017f62 |
|
MD5 | 714fc2d3d372f2fa77206bd547a96eda |
|
BLAKE2b-256 | 9aef5fa3f54fc2f1843449e56c30cf913b641cacd3b241cc020fda593d467443 |
Hashes for apache_airflow_backport_providers_amazon-2020.10.5rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f56d6d8569db5da74cb4b4d3aad69b883b8e4df0f4934a1391f2f35ea6bad674 |
|
MD5 | 7c32f26ccb3651f7b38ae05cf313aff0 |
|
BLAKE2b-256 | 171586275bcece6dff5b534eb9acd84cedf802eed995d473cbf3383264c65602 |