@@ -62,8 +62,8 @@ async def import_from_path(
6262 completion before proceeding.
6363
6464 When ``config`` is omitted the file format is auto-detected via
65- ``detect_config`` (CSV and Parquet only ). For other formats
66- (TDMS and HDF5 ), ``config`` must be provided.
65+ ``detect_config`` (CSV, Parquet, and HDF5 ). For other formats
66+ (TDMS), ``config`` must be provided.
6767 When ``asset`` is provided it overrides the config value;
6868 otherwise the config's ``asset_name`` is used.
6969 If neither ``run`` nor ``run_name`` is provided (and none is
@@ -199,9 +199,9 @@ async def detect_config(
199199 is inferred from the file extension when ``data_type`` is not
200200 provided.
201201
202- Only CSV and Parquet files are currently supported for auto-detection.
203- For other formats (TDMS, HDF5 ), create the config manually
204- using ``TdmsImportConfig`` or ``Hdf5ImportConfig`` .
202+ CSV, Parquet, and HDF5 files are supported for auto-detection.
203+ For other formats (TDMS), create the config manually
204+ using ``TdmsImportConfig``.
205205
206206 For CSV files, the server scans the first two rows for an optional
207207 JSON metadata row. Row 1 is checked first; row 2 is checked only
0 commit comments