Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarc…
Browse files Browse the repository at this point in the history
…loud-github-action-3.0.0
  • Loading branch information
koladilip authored Sep 4, 2024
2 parents 6d7e459 + 36d8cd8 commit 84d566f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## Overview

In transformer service, we are doing data transformation from customer events to destination events, and we want organize the transformation process into logically separated steps for better understanding and maintainability so we have created a workflow engine to address the following requirements.
In the [rudder-transformer](https://github.com/rudderlabs/rudder-transformer/) service, we're transforming customer event data into the format required for different destinations. To make this process clearer and easier to maintain, we needed to divide it into logical steps. So, we developed this workflow engine to meet our needs.

- Validation
- Event validation
Expand Down Expand Up @@ -110,7 +110,7 @@ Supports importing of external functions and data using bindings.
name: EventType
path: ./config
```
- **EvenType** is defined in **./config** file then it will be imported as **$EventType**
- **EventType** is defined in **./config** file then it will be imported as **$EventType**
- Type 2: Import everything from a file as something.
```yaml
name: MappingData
Expand Down

0 comments on commit 84d566f

Please sign in to comment.