1) BigQuery Temporary tables are scoped within the session / multi statement query. Will its storage as a dataset get expired only after 24 hours of the creation, unless dropped explicitly, even though can't find with created table name after session ?
2) Such created BigQuery Temporary tables will be stored within the BigQuery Compute Project (as Anonymous Datasets until dropped or expired) and billed under Active Storage of Compute Project Billing ?
3) Since BQ Storage Billing Model is Logical by default (if unspecified during creating the dataset), these Anonymous datasets (which gets created with random names for sessions/ script jobs) will be billed under Logical Model and tagged as Active Logical Storage within the BigQuery Compute Project ?
@ms4446
@kolban
@nickorlove