Hi Rob, Even though we do have logging to graph databases, logging to relational databases isn't natively supported in Apache Hop.
However, we do have the workflog log[1] and pipeline log[2] metadata types. These give you full access to the logging data through a pipeline, so you can use that to write your logging data to a relational database, a Kafka topic and many more target platforms. [1] https://hop.apache.org/manual/next/how-to-guides/logging-workflow-log.html [2] https://hop.apache.org/manual/next/how-to-guides/logging-pipeline-log.html Regards, Bart On Wed, Aug 23, 2023 at 1:11 AM Gert Wieland <[email protected]> wrote: > I'm on a beautiful patio right now, so I can't provide any screenshots 😂 > > Just edit a transform, look for "Error Handling" and give the field "Error > Description" a name. > > Then, add another transform, and make the changes hop a "error handling" > hop. From there, you can write the error into a table (or anywhere else). > > Aug 22, 2023 7:00:31 p.m. Rob Burgess <[email protected]>: > > > Hi > > > > Are errors in a workflow\pipeline saved to a variable? > > > > Is it possible to log errors to a local database like we could do using > > the Log tab in the properties of a job or transformation in PDI? > > > > Thanks > > > > Rob >
