Skip to content

Commit c3470dd

Browse files
make refresh_type="last" as default
1 parent a5a19dd commit c3470dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/tasks/build_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def download_extract_insert_yearly_edc_data(year: str):
107107

108108

109109
def process_edc_datasets(
110-
refresh_type: Literal["all", "last", "custom"] = "all",
110+
refresh_type: Literal["all", "last", "custom"] = "last",
111111
custom_years: List[str] = None,
112112
):
113113
"""

0 commit comments

Comments
 (0)