| [ Web Proxy ] |
| Viewing: https://dataframes.bigquery.dev/reference/api/bigframes.bigquery.create_external_table.html | [Back] [Original] |
Section Navigation
Creates a BigQuery external table.
See the BigQuery CREATE EXTERNAL TABLE DDL syntax for additional reference.
table_name (str) The name of the table in BigQuery.
replace (bool, default False) Whether to replace the table if it already exists.
if_not_exists (bool, default False) Whether to ignore the error if the table already exists.
partition_columns (Mapping[str, str], optional) The tables partition columns.
connection_name (str, optional) The connection to use for the table.
options (Mapping[str, Union[str, int, float, bool, list]]) The OPTIONS clause, which specifies the table options.
session (bigframes.session.Session, optional) The session to use. If not provided, the default session is used.
A Series with object dtype containing the table metadata. Reference the BigQuery Table REST API reference for available fields.
Copyright 2019, Google.
Created using Sphinx 8.1.3.
Built with the PyData Sphinx Theme 0.19.0.
| Web Proxy Viewer | New URL | Original Page |