OutputArtifacts

  • Output artifacts like temporary tables are created during query execution using CREATE TABLE temp_table AS (...).

  • The JSON representation of output artifacts includes a list of temporary tables.

  • The tempTables field in the JSON object is a list of TempTable objects representing temporary tables created by an Ads Data Hub query.

Output artifacts created during query execution, e.g. Temp tables are created using CREATE TABLE temp_table AS (...) in an Ads Data Hub query.

JSON representation
{
  "tempTables": [
    {
      object (TempTable)
    }
  ]
}
Fields
tempTables[]

object (TempTable)

Defines list of temp tables created by an Ads Data Hub query.