Skip to content

Commit

Permalink
update from pypify process
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurprevot committed Jun 12, 2024
1 parent df735c2 commit d47b574
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions yaetos/libs/generic_jobs/copy_raw_job.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Job meant to run locally to get data from AWS S3 to local. Updates require to run in cluster.
"""
from yaetos.etl_utils import ETL_Base, Commandliner, get_aws_setup
import os
from cloudpathlib import CloudPath as CPt
Expand Down
8 changes: 6 additions & 2 deletions yaetos/scripts/copy/aws_config.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ ec2_key_name : to_be_filled
user : to_be_filled
s3_region : to_be_filled
ec2_subnet_id : to_be_filled
extra_security_gp : None
extra_security_gp : to_be_filled # optional
emr_ec2_role : to_be_filled # optional
emr_role : to_be_filled # optional

[prod]
profile_name : to_be_filled
ec2_key_name : to_be_filled
user : to_be_filled
s3_region : to_be_filled
ec2_subnet_id : to_be_filled
extra_security_gp : None
extra_security_gp : to_be_filled # optional
emr_ec2_role : to_be_filled # optional
emr_role : to_be_filled # optional

0 comments on commit d47b574

Please sign in to comment.