Guides
References
Resources
Commits
airflow.providers.amazon
airflow.providers.amazon.aws
airflow.providers.amazon.aws.example_dags
airflow.providers.amazon.aws.example_dags.example_s3
check_fn(files)
check_fn
Example of custom check: check if all files are bigger than 1kB
1kB
BUCKET_NAME
BUCKET_NAME_2
KEY
KEY_2
PREFIX
DELIMITER
TAG_KEY
TAG_VALUE
DATA
files (List) -- List of S3 object attributes.
true if the criteria is met
bool
Was this entry helpful?