OutputArtifacts

  • Output artifacts like temporary tables are created during query execution using the CREATE TABLE temp_table AS (...) syntax in Ads Data Hub.

  • The JSON representation for output artifacts includes a tempTables field which is an array of TempTable objects.

  • The tempTables field defines a list of 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.