Skip to content

Commit

Permalink
Merge pull request #103 from zizzic/feature/glue
Browse files Browse the repository at this point in the history
[fix] delete verbose&region_name parameter from GlueJobSensor
  • Loading branch information
mediwind authored Feb 24, 2024
2 parents 2aa156f + 28b1ea5 commit 4a56663
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions dags/glue/game_ccu.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def upload_rendered_script_to_s3(
job_name="de-2-1_game_ccu",
# Job ID extracted from previous Glue Job Operator task
run_id=run_glue_job.output,
verbose=False, # prints glue job logs in airflow logs
# region_name="ap-northeast-2",
aws_conn_id="aws_conn_id",
)

Expand Down
2 changes: 0 additions & 2 deletions dags/glue/game_price.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def upload_rendered_script_to_s3(
job_name="de-2-1_game_price",
# Job ID extracted from previous Glue Job Operator task
run_id=run_glue_job.output,
verbose=False, # prints glue job logs in airflow logs
# region_name="ap-northeast-2",
aws_conn_id="aws_conn_id",
)

Expand Down
2 changes: 0 additions & 2 deletions dags/glue/game_rating.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def upload_rendered_script_to_s3(
job_name="de-2-1_game_rating",
# Job ID extracted from previous Glue Job Operator task
run_id=run_glue_job.output,
verbose=False, # prints glue job logs in airflow logs
# region_name="ap-northeast-2",
aws_conn_id="aws_conn_id",
)

Expand Down
2 changes: 0 additions & 2 deletions dags/glue/live_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ def upload_rendered_script_to_s3(
job_name="de-2-1_live_viewer",
# Job ID extracted from previous Glue Job Operator task
run_id=run_glue_job.output,
verbose=False, # prints glue job logs in airflow logs
# region_name="ap-northeast-2",
aws_conn_id="aws_conn_id",
)

Expand Down

0 comments on commit 4a56663

Please sign in to comment.