Skip to content

Commit

Permalink
[DOCS] Add anonymous io_config for notebook (#1721)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored Dec 12, 2023
1 parent 97753a2 commit 399ebf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorials/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"source": [
"import daft\n",
"\n",
"daft.set_planning_config(default_io_config=daft.io.IOConfig(s3=daft.io.S3Config(anonymous=True)))\n",
"\n",
"# Glob a path and return file listing as a Dataframe\n",
"df = daft.from_glob_path(\"s3://daft-public-data/laion-sample-images/*\")\n",
"\n",
Expand Down

0 comments on commit 399ebf4

Please sign in to comment.