Snapshot einer BigQuery-Tabelle erstellen
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Hier wird gezeigt, wie Sie eine Snapshot-Tabelle aus einer verwalteten BigQuery-Tabelle erstellen.
Codebeispiel
Nächste Schritte
Wenn Sie nach Codebeispielen für andere Google Cloud -Produkte suchen und filtern möchten, können Sie den Google Cloud -Beispielbrowser verwenden.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","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."]]],[]]