Skip to content

Commit

Permalink
Updated Netflix example data URL
Browse files Browse the repository at this point in the history
Updated URL for loading Netflix example data as we can no longer rely on direct access from GitHub.
  • Loading branch information
simonprickett authored and surister committed Jan 13, 2025
1 parent c7953f2 commit 630d191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/notebooks_store.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const NETFLIX_TUTORIAL_NOTEBOOK = {
}, {
"id": 2,
"name": "Copy data",
"content": "COPY netflix_catalog\nFROM\n 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/data_netflix.json.gz' WITH (format = 'json', compression = 'gzip');",
"content": "COPY netflix_catalog\nFROM\n 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/cloud-tutorials/data_netflix.json.gz' WITH (format = 'json', compression = 'gzip');",
"cursor_is_at_the_beginning": true,
"cursor_is_at_the_end": true,
"response": {"type": ""},
Expand Down

0 comments on commit 630d191

Please sign in to comment.