How to add file pattern in AWS Glue ETL job python script
I wanted to add file pattern in AWS Glue ETL
job python script where it should generate the files in s3 bucket with pattern dostrp*.csv.gz
but could not find way how to provide this file pattern in python script.