Slide 61
Slide 61 text
Configuration as Code
01 self.bulk_copy(metadata='',
02 source='google_analytics.user.created,
03 schema=JsonObject('google_analytics_user_created',
04 Property('trackingId',
05 'VARCHAR(MAX)'),
06 Property('sessionId',
07 'VARCHAR(36)'),
08 Property('userId', 'VARCHAR(36)'),
09 Property('googleUserId', 'VARCHAR(20)'),
10 Property('googleUserTimestamp', 'TIMESTAMP')),
11 max_error_count=env('MAXERROR'))