MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / testFormats

Function testFormats

plugins/destination/file/client/client_test.go:26–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24)
25
26func testFormats() []filetypes.FileSpec {
27 return []filetypes.FileSpec{
28 {
29 Format: filetypes.FormatTypeCSV,
30 FormatSpec: csv.CSVSpec{
31 SkipHeader: true,
32 Delimiter: ",",
33 },
34 },
35 {
36 Format: filetypes.FormatTypeJSON,
37 },
38 {
39 Format: filetypes.FormatTypeParquet,
40 },
41 }
42}
43
44type testSpec struct {
45 spec.Spec

Callers 1

testSpecsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected