| 22 | const cp = require('child_process'); |
| 23 | |
| 24 | const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'}); |
| 25 | |
| 26 | const DATASET_ID = 'TRL8522556519449886720'; |
| 27 | const EXPORT_DATASET_REGION_TAG = 'export_dataset'; |
no outgoing calls
no test coverage detected