以下の内容はhttps://a1026302.hatenablog.com/entry/2024/04/04/125118より取得しました。


【BigQuery】python で BigQuery のテーブルを削除

python で BigQuery のテーブルを削除する方法をここにメモします。

from google.cloud import bigquery
import traceback

try:
    table_id = "{{__project_id__}}.{{__dataset_id__}}.{{__table_name__}}"
    client.delete_table(table_id, not_found_ok=True)

except Exception as e:
    print(f"{traceback.format_exc()}")



以上の内容はhttps://a1026302.hatenablog.com/entry/2024/04/04/125118より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14