def test_export_table_avro(self):
     main(
         self.constants['cloudStorageOutputURI'],
         self.constants['projectId'],
         self.constants['datasetId'],
         self.constants['newTableId'],
         5,
         1,
         export_format="AVRO")
 def test_export_table_json(self):
     main(
         self.constants['cloudStorageOutputURI'],
         self.constants['projectId'],
         self.constants['datasetId'],
         self.constants['newTableId'],
         5,
         1,
         export_format="NEWLINE_DELIMITED_JSON")