Skip to content

Commit

Permalink
added anon=True in appending.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu-Ra-g committed Aug 29, 2024
1 parent e92cd2f commit 4378965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/advanced/appending.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
"storage_options = {\n",
" \"remote_protocol\": \"s3\",\n",
" \"skip_instance_cache\": True,\n",
" \"anon\": True,\n",
"} # options passed to fsspec\n",
"open_dataset_options = {\"chunks\": {}} # opens passed to xarray\n",
"\n",
Expand Down Expand Up @@ -324,7 +325,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 4378965

Please sign in to comment.