Adapter Operations
Adapter operations represent high-level runtime activities performed by the adapter. The
operation is specified in the Design Server when configuring BigQuery adapter actions,
cards, and nodes. The specified operation automatically hides the adapter properties
that are not applicable to that operation. The adapter supports the following
operations:
- Read from table: Reads rows from the specified table. This operation is supported for BigQuery input actions, input cards, and source nodes. When selected, it hides the Query adapter property.
- Execute query Reads rows produced by the specified SQL query statement. This operation is supported for BigQuery input actions, input cards, and source nodes. When selected, it hides the Table and Dataset adapter properties.
- Write to table: Writes rows directly to the specified table using a write channel and load job. This operation is available for BigQuery output actions, output cards, and target nodes. When selected, it hides the Query adapter property.
- Execute parameterized query: Writes rows using the specified parameterized query statement. The statement may contain zero or more query parameters. Query parameters are resolved at runtime from the data provided on the input link. This operation is supported for BigQuery output actions, output cards, target nodes, and request nodes. When selected, it hides the Table and Dataset adapter properties.