OutputArtifacts

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.