mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 04:13:57 +00:00
7 lines
152 B
Python
7 lines
152 B
Python
import os
|
|
from google.cloud import bigquery
|
|
import json
|
|
|
|
#Get all the Compulsory File
|
|
BIG_QUERY_CREDENTIAL = "data-management-359208-6c514887e773.json"
|