-
Notifications
You must be signed in to change notification settings - Fork 7
Feat/alert system #2599
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: project/alert-system-workflow
Are you sure you want to change the base?
Feat/alert system #2599
Conversation
- Nested extraction with correlation id as fliter. - Self retry with exponential backoff. - Different models for Hazards and Impacts.
This commit splits the data extraction, transform and load part. The filtration part is also included in the load part.
3fa8ab2 to
9fd5372
Compare
susilnem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes...
susilnem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes!
sudip-khanal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes
| class Command(BaseCommand): | ||
| help = "Command to extract data from eoapi" | ||
|
|
||
| SOURCE_TYPE = 200 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| SOURCE_TYPE = 200 | |
| SOURCE_TYPE = Connector.ConnectorType.GDACS_CYCLONE |
| class Command(BaseCommand): | ||
| help = "Command to extract data of gdacs-flood from eoapi" | ||
|
|
||
| SOURCE_TYPE = 100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| SOURCE_TYPE = 100 | |
| SOURCE_TYPE = Connector.ConnectorType.GDACS_FLOOD |
| class Command(BaseCommand): | ||
| help = "Command to extract data from eoapi" | ||
|
|
||
| SOURCE_TYPE = 300 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| SOURCE_TYPE = 300 | |
| SOURCE_TYPE = Connector.ConnectorType.USGS_EARTHQUAKE |
Changes
Checklist
Things that should succeed before merging.
Release
If there is a version update, make sure to tag the repository with the latest version.