We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca1abc commit d1ec617Copy full SHA for d1ec617
services/apps/snowflake_connectors/src/integrations/tnc/courses/buildSourceQuery.ts
@@ -34,7 +34,21 @@ export const buildSourceQuery = (sinceTimestamp?: string): string => {
34
let select = `
35
SELECT
36
ca.*,
37
- co.*,
+ co.title,
38
+ co.course_group_id,
39
+ co.client_id,
40
+ co.sku,
41
+ co.status,
42
+ co.slug,
43
+ co.created_ts,
44
+ co.start_date,
45
+ co.end_date,
46
+ co.is_training,
47
+ co.is_certification,
48
+ co.instruction_type,
49
+ co.product_type,
50
+ co.location,
51
+ co.is_test_or_archived,
52
tu.user_email,
53
tu.lfid,
54
tu.learner_name,
0 commit comments