Skip to content

Commit e9e5309

Browse files
authored
Update default_args value in example_functions DAG from str to int (#19865)
1 parent 846586e commit e9e5309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/providers/google/cloud/example_dags/example_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# [END howto_operator_gcf_deploy_body]
7373

7474
# [START howto_operator_gcf_default_args]
75-
default_args = {'retries': '3'}
75+
default_args = {'retries': 3}
7676
# [END howto_operator_gcf_default_args]
7777

7878
# [START howto_operator_gcf_deploy_variants]

0 commit comments

Comments
 (0)