Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Data Release: <a href=\"https://dp1.lsst.io/\">Data Preview 1</a> <br>\n",
"Container Size: Large <br>\n",
"LSST Science Pipelines version: r29.2.0 <br>\n",
"Last verified to run: 2025-09-22<br>\n",
"Last verified to run: 2025-12-12<br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>\n",
"DOI: <a href=\"https://doi.org/10.11578/rubin/dc.20250909.20\">10.11578/rubin/dc.20250909.20</a> <br>"
]
Expand Down Expand Up @@ -62,6 +62,10 @@
"Full [documentation for TAP](http://www.ivoa.net/documents/TAP) is provided by the\n",
"International Virtual Observatory Alliance (IVOA).\n",
"\n",
"This tutorial demonstrates the workflow for ingesting user-provided tables into the TAP service to enable queries against the LSST/DP1 data. The system's ingestion capability automatically handles columns containing any variations of `NaN` and `Inf` values in uploaded tables; therefore, no manual pre-processing is needed. \n",
"\n",
"**Warning:** When uploading plain text formats (such as CSV), explicitly convert all Boolean `True/False` strings to integers `1/0` to avoid ingestion errors. For metadata-rich formats like VOTable, ensure the column metadata is correctly defined as `boolean`. \n",
"\n",
"**Related tutorials:** The other 100-level tutorials in this series demonstrate how to use the TAP service. "
]
},
Expand Down