Skip to content

Commit

Permalink
Update timeseries-queries-and-visualization.ipynb
Browse files Browse the repository at this point in the history
Added:

"WHERE attributes IS NOT NULL" to make sure that queries actually shows the unnesting. 

to the example query in the "Querying with Flattening / Unnesting" section.
  • Loading branch information
wierdvanderhaar authored and ckurze committed Mar 4, 2024
1 parent 674ad4e commit f0ea3ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,7 @@
" attributes['weather_condition_code'] AS weather_condition_code,\n",
" attributes['sensor_information']['software_version'] AS software_version\n",
"FROM weather_data\n",
"WHERE attributes IS NOT NULL\n",
"ORDER BY location, timestamp\n",
"```\n",
"\n",
Expand Down

0 comments on commit f0ea3ed

Please sign in to comment.