Skip to content

Commit

Permalink
script glue args
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorianteffo committed Apr 10, 2024
1 parent 5492a8e commit c922a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/dags/vg-lakehouse-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def task_group_upload_toS3():
@task_group(group_id='run_glue_jobs',
default_args={"aws_conn_id": "aws_conn",
"iam_role_name": glue_iam_role ,
"create_job_kwargs" : glue_args,
"script_args" : glue_args,
"s3_bucket" : glue_bucket,
# "script_args" : job_run_args
}
Expand Down

0 comments on commit c922a33

Please sign in to comment.