cloudera-labs / envelope

Build configuration-driven ETL pipelines on Apache Spark
Apache License 2.0
158 stars 89 forks source link

Tasks Not working #42

Closed nravul closed 4 years ago

nravul commented 4 years ago

Envelope tasks are not working , it is not able to find key class , instead it is looking for a "task" key and it accepts ConfigValueType OBJECT

fail_test { type = task class= exception message = "Test for XYC did not match expected results" }

nravul commented 4 years ago

figured it out

fail_test { dependencies = [fsProcess] type =task task = ${exception} } exception { type =exception message = "error" }