Skip to content

Commit bd84e78

Browse files
committed
add a comment to test pipeline
1 parent baf828a commit bd84e78

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

raw-to-stage/raw_to_stage_etl/raw_to_stage_process_glue_job.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def main():
4646
os.environ["LOG_LEVEL"] = args.get("LOG_LEVEL", "INFO")
4747
global logger
4848
logger = get_logger(__name__)
49-
49+
# This is to test this new deployment works
50+
5051
# init all helper classes
5152

5253
# S3 config file reader class

0 commit comments

Comments
 (0)