créer un instantané d'une table BigQuery
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Montre comment créer une table d'instantané à partir d'une table BigQuery gérée.
Exemple de code
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],[],[[["This content demonstrates how to create a snapshot table from an existing managed BigQuery table."],["The provided Python code sample utilizes the `google.cloud.bigquery` library to create the snapshot."],["Setting up Application Default Credentials is required for authenticating to BigQuery before running the code."],["The process involves specifying the source table ID and the desired snapshot table ID within the code."],["The `bigquery.OperationType.SNAPSHOT` is used to identify the operation as creating a snapshot when configuring the copy job."]]],[]]