Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/fires/firms/fire_events_pipeline_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
# Output events csv into a common folder with a year in filename,
# as the import automation can copy all files in a single folder.
"output_dir":
"gs://{gcs_bucket}/{gcs_folder}/{stage}/{import_name}-{stage}-{year}-without-usa-",
"gs://{gcs_bucket}/{gcs_folder}/{import_name}-{stage}-{year}-without-usa-",
Comment thread
balit-raibot marked this conversation as resolved.
Comment thread
balit-raibot marked this conversation as resolved.
"event_type":
"FireEvent",

Expand Down
9 changes: 7 additions & 2 deletions scripts/fires/firms/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
"cleaned_csv": ""
}
],
"user_script_timeout": 86400,
"cron_schedule": "0 5 1 * *"
"cron_schedule": "0 5 1 * *",
"config_override": {
"skip_gcs_upload": true,
"invoke_differ_tool": false,
"invoke_import_validation": false,
"invoke_import_tool": false
}
Comment thread
balit-raibot marked this conversation as resolved.
Comment thread
balit-raibot marked this conversation as resolved.
}
]
}
Loading