OutputArtifacts
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[],["Ads Data Hub queries can create temporary tables using `CREATE TABLE temp_table AS (...)`. The JSON representation captures these temporary tables within a `tempTables` array. Each element in this array, represented as a `TempTable` object, details a temporary table created during the query execution. The `tempTables[]` field specifically defines a list of these temporary tables.\n"],null,[]]