Slot: Query Parameter (query_parameter)
One or more query parameters used to select the specific row. It will leverage the parameterized_query defined by a data_source. This should be formatted according to (https://cloud.google.com/bigquery/docs/parameterized-queries)[BigQuery instructions], specifically the bq CLI version with named parameters, ie, "
URI: anvil:query_parameter Alias: query_parameter
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
SourceData | Reference to submitted data used to generate harmonized data | no |
Properties
-
Range: String
-
Multivalued: True
Identifier and Mapping Information
Schema Source
- from schema: https://anvilproject.org/acr-harmonized-data-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | anvil:query_parameter |
native | anvil:query_parameter |
LinkML Source
name: query_parameter
description: One or more query parameters used to select the specific row. It will
leverage the parameterized_query defined by a data_source. This should be formatted
according to (https://cloud.google.com/bigquery/docs/parameterized-queries)[BigQuery
instructions], specifically the bq CLI version with named parameters, ie, "<parameter
name>:<data type>:<value>".
title: Query Parameter
from_schema: https://anvilproject.org/acr-harmonized-data-model
rank: 1000
alias: query_parameter
domain_of:
- SourceData
range: string
multivalued: true