Skip to content

Commit

Permalink
Merge pull request #159 from george0st/change
Browse files Browse the repository at this point in the history
Update pipelines
  • Loading branch information
george0st authored May 27, 2024
2 parents 5060a86 + a228c68 commit cf17a0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion 03-test/20-pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Setting for test pipelines for ingestion",
"kind": "test",
"spec": {
"pipeline": ["basic-party"],
"pipeline": ["basic-party", "basic-contact", "basic-relation", "basic-account"],
"tests": {
"basic-party": {
"filter": "party-gender == 'F'",
Expand All @@ -16,6 +16,18 @@
"extend": "",
"calc": "",
"agreg": ""
},
"basic-relation": {
"filter": "",
"extend": "",
"calc": "",
"agreg": ""
},
"basic-account": {
"filter": "",
"extend": "",
"calc": "",
"agreg": ""
}

}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Addition detail, [see](./docs/structure.md)

## Expected integrations
The supported sources/targets for realization (✅ done, ✔ in-progress, ❌ planned), see
the definition `/spec/targets/` in JSON files:
the definition `/spec/targets/` for project in JSON files:
- ✅ Redis, ✅ MySQL, ✅ Postgres, ✅ Kafka
- ✅ Parquet, ✅ CSV

Expand Down

0 comments on commit cf17a0d

Please sign in to comment.