Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
The script schema for the email script seems slightly different than the email task, in particular the send function.
There is an extra 'email' object in the json that's not accounted in the task
starthinker/starthinker/task/email/run.py
Line 35 in 6a3b98c
https://github.com/google/starthinker/blob/master/scripts/email_to_bigquery.json#L20
vs this one that seems to be working, without the additional "email" object
starthinker/scripts/email_cm_to_bigquery.json
Line 39 in 6a3b98c
Thank you