Skip to content

Commit 1ce90e5

Browse files
authored
Merge pull request #1010 from cmu-delphi/main
Deploy safegraph patterns fix to production
2 parents 5a1e4f2 + 2afa35e commit 1ce90e5

File tree

3 files changed

+12802
-1
lines changed

3 files changed

+12802
-1
lines changed

safegraph_patterns/delphi_safegraph_patterns/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
VERSIONS = [
2626
# relaese version, access dir
2727
("202004", "weekly-patterns/v2", "main-file/*.csv.gz"),
28-
("202006", "weekly-patterns-delivery/weekly", "patterns/*/*/*")
28+
("202006", "weekly-patterns-delivery/weekly", "patterns/*/*/*"),
29+
("20210408", "weekly-patterns-delivery-2020-12/weekly", "patterns/*/*/*")
2930
]
3031
SENSORS = [
3132
"num",

0 commit comments

Comments
 (0)