-
Notifications
You must be signed in to change notification settings - Fork 145
NASA_VIIRSActiveFiresEvents_Fixes_corrected config path as well as added skip_validation_config #2013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
NASA_VIIRSActiveFiresEvents_Fixes_corrected config path as well as added skip_validation_config #2013
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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-", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The PR description mentions a goal to "avoid 'events/events' folder and have just 'events' folder". However, the current change removes the If the intention was to have a single
Suggested change
|
||||||
| "event_type": | ||||||
| "FireEvent", | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
| } | ||
|
balit-raibot marked this conversation as resolved.
Comment on lines
+19
to
+25
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changes in the manifest appear to disable the automated import and remove safety timeouts:
If the goal is to fix the production import, these settings should likely be adjusted to only skip the intended steps. "user_script_timeout": 86400,
"cron_schedule": "0 5 1 * *",
"config_override": {
"invoke_differ_tool": false,
"invoke_import_validation": false
} |
||
| } | ||
| ] | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.