Skip to content

Commit

Permalink
[fix]: fix variable part
Browse files Browse the repository at this point in the history
  • Loading branch information
srlee056 committed Mar 4, 2024
1 parent 30e4640 commit 942ae2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/glue/game_ccu.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ def upload_rendered_script_to_s3(
run_id=run_glue_job.output,
aws_conn_id="aws_conn_id",
)

glue_crawler_arn = Variable.get("glue_crawler_arn_secret")
glue_crawler_config = {
"Name": "de-2-1-raw_game_ccu",
"Role": Variable.get("glue_crawler_arn_secret"),
"Role": glue_crawler_arn,
"DatabaseName": "de_2_1_glue",
"Targets": {
"S3Targets": [
Expand Down

0 comments on commit 942ae2d

Please sign in to comment.