Skip to content

Commit f21c449

Browse files
committed
update docs and generate sync stubs
1 parent 2402c7b commit f21c449

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

python/lib/sift_client/resources/data_imports.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

python/lib/sift_client/resources/sync_stubs/__init__.pyi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -653,9 +653,9 @@ class DataImportAPI:
653653
is inferred from the file extension when ``data_type`` is not
654654
provided.
655655
656-
Only CSV and Parquet files are currently supported for auto-detection.
657-
For other formats (TDMS, HDF5), create the config manually
658-
using ``TdmsImportConfig`` or ``Hdf5ImportConfig``.
656+
CSV, Parquet, and HDF5 files are supported for auto-detection.
657+
For other formats (TDMS), create the config manually
658+
using ``TdmsImportConfig``.
659659
660660
For CSV files, the server scans the first two rows for an optional
661661
JSON metadata row. Row 1 is checked first; row 2 is checked only
@@ -733,8 +733,8 @@ class DataImportAPI:
733733
completion before proceeding.
734734
735735
When ``config`` is omitted the file format is auto-detected via
736-
``detect_config`` (CSV and Parquet only). For other formats
737-
(TDMS and HDF5), ``config`` must be provided.
736+
``detect_config`` (CSV, Parquet, and HDF5). For other formats
737+
(TDMS), ``config`` must be provided.
738738
When ``asset`` is provided it overrides the config value;
739739
otherwise the config's ``asset_name`` is used.
740740
If neither ``run`` nor ``run_name`` is provided (and none is

0 commit comments

Comments
 (0)