crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
8 stars 7 forks source link

timeseries-queries-and-visualization.ipynb - Loading initial data doesnt return output #479

Closed wierdvanderhaar closed 2 weeks ago

wierdvanderhaar commented 2 weeks ago

The loading of data doesnt return the output that is described.

`The result contains information about the successfully written rows and potential errors that might have occurred. The output is expected to look roughly like this:

[({'id': '', 'name': ''}, 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/data_weather.csv.gz', 70000, 0, {} )] The response indicates that 70,000 records have been successfully loaded and that no errors happened.'

My suggestion would be to fully get rid of this piece of text as this doesn't match the reality.

amotl commented 2 weeks ago

Thanks. 62cf293ae87 will get rid of this cell, on behalf of GH-482.