Example #1
0
    def test_bq_load_multiple(self):
        bq = BQ(self.project_id)
        bq.table("temp.batch-json").gcs(self.uris)

        bq.load(location="EU")
Example #2
0
    def test_bq_load(self):
        bq = BQ(self.project_id)
        bq.table("temp.temp_table").gcs(self.uri)

        bq.load(location="EU")