Commit c8e0a51
authored
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_option1 parent 4fb7a1d commit c8e0a51
20 files changed
Lines changed: 1493 additions & 738 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
5 | 20 | | |
6 | 21 | | |
7 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
0 commit comments