Skip to content

Commit dcb8f35

Browse files
authored
Merge pull request #128 from zizzic/feature/glue_crawler
[hotfix]: fix s3 path of crawler
2 parents 04fcb6d + 67c11a4 commit dcb8f35

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dags/glue/game_ccu.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def upload_rendered_script_to_s3(
4444
"retry_delay": timedelta(seconds=15),
4545
},
4646
max_active_runs=1,
47-
schedule_interval="5 * * * *",
47+
schedule="5 * * * *",
4848
tags=["glue", "Game_CCU"],
4949
catchup=True,
5050
) as dag:
@@ -84,9 +84,7 @@ def upload_rendered_script_to_s3(
8484
"DatabaseName": "de_2_1_glue",
8585
"Targets": {
8686
"S3Targets": [
87-
{
88-
"Path": "s3://de-2-1-bucket/source/parquet/table_name=raw_live_viewer/"
89-
}
87+
{"Path": "s3://de-2-1-bucket/source/parquet/table_name=raw_game_ccu/"}
9088
]
9189
},
9290
}

0 commit comments

Comments
 (0)