Skip to content

Commit

Permalink
Docs: adds missing " in transformations-with-airbyte.md (#17723)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjirab committed Oct 7, 2022
1 parent 5863ef2 commit 9c003c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ Now, when replications syncs are triggered by Airbyte, my custom transformations
If you want to use a custom run and pass variables you need to use the follow syntax:

```bash
run --vars '{table_name":"sample","schema_name":"other_value"}'
run --vars '{"table_name":"sample","schema_name":"other_value"}'
```

This string must have no space. There is a [Github issue](https://github.com/airbytehq/airbyte/issues/4348) to improve this. If you want to contribute to Airbyte, this is a good opportunity!
Expand Down

0 comments on commit 9c003c4

Please sign in to comment.