Tags: LabKey/labkey-api-python
Tags
Add workflow_task to Run, improve docs (#94) * Add `workflow_task` to `Run` * Resolves LabKey/internal-issues#1068 * Add `import_run` to ExperimentWrapper * Add `timeout` arg to `import_rows` * Resolves LabKey/internal-issues#1195 * Add docs for `QueryWrapper` * `docs/query.md` * Delete `samples/query_examples.py` * Add docs for `ExperimentWrapper` * `docs/experiment.md` * Delete `samples/experiment_examples.py` * `query.import_rows`: add the params that were missing from the server's import action * `audit_details`, `audit_user_comment`, `format`, `import_identity`, `import_url`, `module`, `module_resource`, `path`, `save_to_pipeline`, `text`, `use_async` * `data_file` is now optional, the rows may instead come from `text`, `path`, or `module_resource` * Add `InsertOption` class enumerating the values accepted by insert_option
Add array filter types, modernize build (#89) * Add Array filter types to QueryFilter.Types * Use importlib to determine client version * Remove setup.py * package metadata moved to pyproject.toml * Update build to use hatchling * Add justfile * Remove Makefile * Update dependencies * Update README
replace all references to project_name parameter with container_path (#… …75) * Update README.md * Update README.md * Update query_examples.py example data referenced in comment does not exist * Update query_examples.py replace project_name references with container_path * Update sampleset_domain_example.py replace project_name references with container_path * Update security_example.py replace project_name reference with container_path * Update storage.md replace project_name reference with container_path * Update experiment_example.py replace project_name with container_path * Update experiment_platemetadata_example.py replace project_name with container_path * Update domain_example.py replace project_name with container_path * Update api_wrapper.md replace references to projects with container path * Update README.md
PreviousNext