Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  7. User can pull the field names from the query.

Design

CDAP provides two type of operations on the dataset stored in BigQuery: Query and Poll Results. 

Users can use Query operation to do SQL query on specified dataset in BigQuery.

For Poll Results, user can fetch the result using specified job ID or fetch the a specified number of latest query results. 

Query:

Inputstyperequireddefault
ProjectIdStringYes

 

CredencialStringYes 
QueryStringYes 
Limit TimeInteger (min)No10
Limit SizeInteger (GB)No50

...