This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from google.cloud.bigquery_storage import BigQueryReadClient | |
from google.cloud.bigquery_storage import types | |
from google.cloud import bigquery_storage | |
from tqdm import tqdm | |
import pandas | |
import os | |
import dill | |
project_id = ( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Wrapper around BigQuery call.""" | |
from __future__ import annotations | |
from typing import Any, Iterable | |
import logging | |
from google.cloud import bigquery_storage | |
from google.cloud.bigquery_storage_v1 import exceptions as bqstorage_exceptions | |
from google.cloud.bigquery_storage_v1 import types, writer | |
from google.protobuf import descriptor_pb2 | |
from google.protobuf.descriptor import Descriptor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer