You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This is a safety check to prevent accidentally writing data to the wrong tenant or workspace.
199
+
>
200
+
> **Running programmatically (CI/CD)?** Use the `--assume-yes` flag to suppress the prompt — but only after you have verified your config file targets the correct tenant and workspace:
You’ll see logs and sync progress in the terminal and in the **Faros App** (Data Control > Sources).
189
206
190
207
## ⚙️ Advanced Settings
@@ -212,6 +229,7 @@ We provide some more CLI optional arguments and optional fields in the Airbyte c
212
229
| `--raw-messages` | | Output raw Airbyte messages |
213
230
| `--connection-name <name>` | | Sets the origin for data in Faros (used to namespace, query, and delete data by source) and the default state file name (overridden by `--state-file`). Must be unique per source instance to prevent data overwrites or conflicts. |
214
231
| `--keep-containers` | | Do not remove source and destination containers after they exit |
232
+
| `--assume-yes` | | Skip confirmation prompts (e.g., tenant verification). Use only after verifying your config is correct |
0 commit comments