BigQuery v0.0.6 BigQuery.Resource
Summary
Functions
BigQuery really doesn’t like if when you try to POST a JSON object that has null values, but doesn’t seem to mind missing fields. So this is just a little helper function to remove any fields with a nil value from a map/struct
Types
Functions
Specs
clean_up_map(map) :: map
BigQuery really doesn’t like if when you try to POST a JSON object that has null values, but doesn’t seem to mind missing fields. So this is just a little helper function to remove any fields with a nil value from a map/struct.