Skip to content

Commit d935b9b

Browse files
fix path issue
1 parent f1cfae9 commit d935b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/techmonad/pipeline/workflow/WorkFlows.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ case class Sink(`type`: String, meta: Map[String, String])
1818
|{
1919
| "source": {
2020
| "type": "CSV",
21-
| "path": "/home/satendra/decooda/testing-csv",
21+
| "path": "/home/satendra/data/testing-csv",
2222
| "meta":{"text_field":"text","date_field": "date","author_field":"author_name" }
2323
| },
2424
|

0 commit comments

Comments
 (0)