Skip to content

Commit 3a22b74

Browse files
committed
fix: timestamp column name
1 parent 8595dfa commit 3a22b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/apps/snowflake_connectors/src/integrations/tnc/courses

services/apps/snowflake_connectors/src/integrations/tnc/courses/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class TncCoursesTransformer extends TransformerBase {
7676
const activity: IActivityData = {
7777
type,
7878
platform: PlatformType.TNC,
79-
timestamp: (row.ACTION_TIMESTAMP as string | null) || null,
79+
timestamp: (row.TIMESTAMP as string | null) || null,
8080
score: TNC_GRID[type].score,
8181
sourceId: courseActionId,
8282
sourceParentId: (row.COURSE_ID as string | null) || undefined,

0 commit comments

Comments
 (0)