Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
clairemcginty committed Jan 29, 2024
1 parent 7b43aa3 commit 3339c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/main/paradox/extras/Sort-Merge-Bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class SmbJobTest extends PipelineSpec {
val smbInput: Seq[Account] = ???

JobTest[SmbJob.type]
.args("--input=gs://input", "--output=gs://output", "--transformInput=gs://tfxInput")
.args("--input=gs://input", "--output=gs://output")

// Mock .sortMergeGroupByKey
.input(SmbIO[Int, Account]("gs://input", _.getId), smbInput)
Expand All @@ -371,7 +371,7 @@ class SmbJobTest extends PipelineSpec {

SMB Transforms can be mocked by combing input and output `SmbIO`s:

```scala mdoc compile:only
```scala mdoc:compile-only
// Scio job
object SmbTransformJob {
def main(cmdLineArgs: Array[String]): Unit = {
Expand Down

0 comments on commit 3339c10

Please sign in to comment.