Skip to content

Commit

Permalink
add testMode into IngestionParams (#402)
Browse files Browse the repository at this point in the history
Co-authored-by: Yang Yang <[email protected]>
  • Loading branch information
yangyangv2 and Yang Yang authored Aug 27, 2024
1 parent e3ea189 commit fccedcf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ record IngestionParams {
* Ingestion mode
*/
ingestionMode: optional IngestionMode

/*
* When testMode is true, the data will be persisted into {entity}_test and {relationship}_test table.
* For validation purposes. And no MAE will be emitted during the persistance
*/
testMode: boolean = false
}

0 comments on commit fccedcf

Please sign in to comment.