Skip to content

Instantly share code, notes, and snippets.

View kubikb's full-sized avatar

Bálint Kubik kubikb

  • Zencore
  • Berlin, Germany
View GitHub Profile
@kubikb
kubikb / translate_teradata_sql_with_bigquery_batch_translation_service.py
Last active April 19, 2022 08:29
Aliz BigQuery Batch Translation Service example
import json
from google.api_core.retry import Retry
import google.auth
from google.cloud import bigquery_migration_v2alpha
from google.oauth2 import service_account
from google.protobuf import any_pb2, json_format
import translation_pb2