GETS META-DATA FROM A TEST¶
Retrieves metadata for one or more physical tests from the d3VIEW test database. Returns key-value metadata, response counts, and file counts for each selected test. Use this worker to inspect test records before ingestion or correlation workflows.
When to use¶
Tagged: file_count, metadata, physical_test, response_count, test_database.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Physicaltest | physicaltest_id | remote_lookup | — | ✓ | One or more physical test records to query, selected by name via remote lookup from the d3VIEW physicaltests database; required — at least one test must be chosen. |
| Get Unique Response Count | unique_response_count | select | auto | ✓ | Whether to compute the count of unique response types present in the selected test(s); set to ‘Yes’ to populate num_responses, or leave as default ‘No’ to skip that computation. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Physicaltest | physicaltest_id | integer | Integer identifier of the resolved physical test record as stored in the d3VIEW database. |
| Meta Data | meta_data | keyvalue | Key-value pairs containing all metadata fields associated with the physical test (e.g. test date, vehicle, load case, channel info). |
| Num Responses | num_responses | integer | Total count of unique response types found in the physical test; populated only when ‘Get Unique Response Count’ is set to ‘Yes’. |
| Num Files | num_files | integer | Total number of files attached to or associated with the physical test record. |
Disciplines¶
- data.dataset.ingest
- data.statistics
- platform.integration
Auto-generated from platform schema. Worker id: physicaltest_get_meta_data. Schema hash: 68d719e8f4c7. Hand-curated docs in workerexamples/ override this page when present.