Closed AbdouSeck closed 4 years ago
This PR does the following:
adds ["event_struct", "play_medium"] to the list of mongo fields to be removed from the final event record to be loaded to BigQuery.
["event_struct", "play_medium"]
BigQuery
cleans up the code a little bit by using the builtin isinstance function wherever type(val) == SomeType is used.
isinstance
type(val) == SomeType
Shortens some lines in the modified module.
Please let me know if you have any questions.
Abdou
This PR does the following:
adds
["event_struct", "play_medium"]
to the list of mongo fields to be removed from the final event record to be loaded toBigQuery
.cleans up the code a little bit by using the builtin
isinstance
function wherevertype(val) == SomeType
is used.Shortens some lines in the modified module.
Please let me know if you have any questions.
Abdou