in src/app/services/bigquery.service.ts [327:330]
function isNumericField(field: Object) { const fieldType = field['type'].toUpperCase(); return ['INTEGER', 'NUMBER', 'FLOAT', 'DECIMAL'].includes(fieldType); }