factory BigQuerySource.fromJson(Map<String, dynamic> json) { return BigQuerySource(inputUri: json['inputUri'] ?? ''); }