Skip to content

Commit

Permalink
adding testing folder and contents
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualbeck committed Jun 22, 2023
1 parent cb5adb1 commit e3bd42f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions testing/testing_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# To test, use cloudquery binary with this file as an argument whilst the server is running
# 1. go run main.go serve
# 2. (in another window) ./cloudquery sync testing_config.yml

kind: source
spec:
name: "jumpcloud"
registry: "grpc"
path: "localhost:7777"
version: "v1.0.0"
tables:
["*"]
destinations:
- "file"
---
kind: destination
spec:
name: "file"
path: "cloudquery/file"
write_mode: "append" # file only supports 'append' mode
version: "v3.2.2"
spec:
path: "data/{{TABLE}}/{{UUID}}.{{FORMAT}}"
format: "csv" # supported values are 'csv', 'json' and 'parquet'

0 comments on commit e3bd42f

Please sign in to comment.