We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8595dfa commit 3a22b74Copy full SHA for 3a22b74
1 file changed
services/apps/snowflake_connectors/src/integrations/tnc/courses/transformer.ts
@@ -76,7 +76,7 @@ export class TncCoursesTransformer extends TransformerBase {
76
const activity: IActivityData = {
77
type,
78
platform: PlatformType.TNC,
79
- timestamp: (row.ACTION_TIMESTAMP as string | null) || null,
+ timestamp: (row.TIMESTAMP as string | null) || null,
80
score: TNC_GRID[type].score,
81
sourceId: courseActionId,
82
sourceParentId: (row.COURSE_ID as string | null) || undefined,
0 commit comments