-
Notifications
You must be signed in to change notification settings - Fork 32
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
support for subscriber creation in trigger function #61
base: alpha
Are you sure you want to change the base?
Conversation
I have an issue with this line: Could I get some feedback on this? What might have I missed. |
@ryshu can you please guide on the next steps here? |
Hi @unicodeveloper, I'm sorry but here I don't know how we can proceed. You might need to do it by another meen because we are trying to put too much functionnality on the same prototype. @nils-van-zuijlen @Cliftonz any Idea ? |
54128b9
to
4be382a
Compare
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.
The typing error gets raised because the type of InputEventDto.recipients
changed from Union[str, List[str]]
to RecipientDto
.
If the serialization works properly, you only need to change the types at novu/api/event.py:93 to have mypy be happy.
If serialization is buggy, you may need to tweak it, and change type annotations too.
If the issue is closed, does that mean I should not work on it anymore?
May the wombat of happiness snuffle through your underbrush,
Velda Kiara
Software Developer
…On Fri, 27 Oct 2023, 17:02 Oscar MARIE--TAILLEFER, ***@***.***> wrote:
Closed #61 <#61>.
—
Reply to this email directly, view it on GitHub
<#61 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHYLK2BBNNUHT25GYTAE5BLYBO5ILAVCNFSM6AAAAAA4536JZ6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQG44TEMRQGUZTENI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi @VeldaKiara, No, no worries. This is an error at the moment. It was github which automatically deleted it because the ALPHA branch was deleted. I'm correcting that. |
Okay, thanks @ryshu |
I have updated the code as per the changes requested and made modifications to the tests too |
@ryshu @VeldaKiara any reason why these tests are failing? |
I completely missed this notification. |
5c25290
to
46cf4e4
Compare
Updated:
"to": { "subscriberId": "string", "email": "string", "firstName": "string", "lastName": "string", "phone": "string", "avatar": "string", "locale": "string", "data": {} },