Skip to content

Commit

Permalink
feat: include source attribute for identify messages for koala (#3667)
Browse files Browse the repository at this point in the history
* Include source attribute for identify messages (#3603)

Add source attribute for compatibility purposes

Co-authored-by: Sudip Paul <[email protected]>

* to pass the commit test

---------

Co-authored-by: Gustavo Warmling Teixeira <[email protected]>
  • Loading branch information
ItsSudip and gustavowt authored Sep 2, 2024
1 parent b03eee9 commit b1d0d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cdk/v2/destinations/koala/procWorkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ steps:
identifies: [{
type: $.context.messageType,
sent_at: .message.().({{{{$.getGenericPaths("timestamp")}}}}),
traits: koTraits
traits: koTraits,
source: "rudderstack-cloud"
}]
};
Expand Down
1 change: 1 addition & 0 deletions test/integrations/destinations/koala/processor/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export const data = [
{
type: 'identify',
sent_at: '2024-01-23T08:35:17.342Z',
source: 'rudderstack-cloud',
traits: {
FirstName: 'John',
LastName: 'Doe',
Expand Down

0 comments on commit b1d0d08

Please sign in to comment.