OutputArtifacts

  • Output artifacts like temporary tables are generated during Ads Data Hub query execution using SQL statements like CREATE TABLE temp_table AS (...).

  • The JSON representation of these temporary tables provides a structured view of their details, using the tempTables field to list each table as a TempTable object.

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.