Feature/bitcaster integration#394
Open
roma-valor wants to merge 6 commits into
Open
Conversation
28615a1 to
d40b5e1
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #394 +/- ##
=========================================
Coverage 96.94% 96.95%
=========================================
Files 237 244 +7
Lines 9756 9910 +154
Branches 1081 1090 +9
=========================================
+ Hits 9458 9608 +150
- Misses 142 143 +1
- Partials 156 159 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
@roma-valor pls fix conflicts |
3ec6031 to
cd74e25
Compare
saxix
requested changes
Jun 1, 2026
| "DEBUG_API_REQUESTS": (bool, False, False), | ||
| "BITCASTER_API_URL": (str, "", "http://localhost:8002", False, "Bitcaster API URL"), | ||
| "BITCASTER_API_KEY": (str, "", "", False, "Bitcaster API key"), | ||
| "BITCASTER_ORGANIZATION_SLUG": (str, "", "organization", False, "Bitcaster organization slug"), |
Member
There was a problem hiding this comment.
BITCASTER_ORGANIZATION_SLUG = "unicef"
BITCASTER_PROJECT_SLUG = "hope"
cd74e25 to
1d5b10a
Compare
1d5b10a to
68956f4
Compare
saxix
reviewed
Jun 3, 2026
Member
saxix
left a comment
There was a problem hiding this comment.
- check bitcaster_sdk, it has a client and a retry mechanism, maybe we save some code
rdi_pushed_signalseems too "flexible", this flexibility can increase the filtering cost on BC side, (es. target and rdp_id seem optionals) maybe 2 signals?
Contributor
|
@roma-valor description of PR please. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Legal Boilerplate
AB#315502
Adds Bitcaster notification support. When data is imported, validated, or pushed to HOPE, the app now sends an async event to Bitcaster via a Celery task.