1
0
mirror of synced 2025-12-25 11:06:55 -05:00

Docs: adds missing " in transformations-with-airbyte.md (#17723)

This commit is contained in:
Bart Schuijt
2022-10-07 14:21:35 +02:00
committed by GitHub
parent 5863ef2f12
commit 9c003c4216

View File

@@ -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!