Skip to content

Commit 0390047

Browse files
committed
chore: remove member, actor, and activitydate from attributes
Signed-off-by: Mouad BANI <mouad-mb@outlook.com>
1 parent f110c43 commit 0390047

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

  • services/apps/snowflake_connectors/src/integrations/committees/committees

services/apps/snowflake_connectors/src/integrations/committees/committees/transformer.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,6 @@ export class CommitteesCommitteesTransformer extends TransformerBase {
7777
projectName: (row.PROJECT_NAME as string | null) || null,
7878
organizationId: (row.ACCOUNT__C as string | null) || null,
7979
organizationName: (row.ACCOUNT_NAME as string | null) || null,
80-
member: {
81-
userId: (row.PRIMARY_SOURCE_USER_ID as string | null) || null,
82-
firstName: (row.SU_FIRST_NAME as string | null) || null,
83-
lastName: (row.SU_LAST_NAME as string | null) || null,
84-
email,
85-
},
86-
actor: {
87-
userId: (row.CREATEDBYID as string | null) || null,
88-
firstName: (row.BU_FIRST_NAME as string | null) || null,
89-
lastName: (row.BU_LAST_NAME as string | null) || null,
90-
email: (row.BU_EMAIL as string | null) || null,
91-
},
92-
activityDate: activityTimestamp,
9380
},
9481
}
9582

0 commit comments

Comments
 (0)