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
Copy file name to clipboardExpand all lines: airbyte-ci/connectors/pipelines/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -302,7 +302,7 @@ flowchart TD
302
302
|`--code-tests-only`| True | False | Skip any tests not directly related to code updates. For instance, metadata checks, version bump checks, changelog verification, etc. Use this setting to help focus on code quality during development. |
303
303
|`--concurrent-cat`| False | False | Make CAT tests run concurrently using pytest-xdist. Be careful about source or destination API rate limits. |
304
304
|`--<step-id>.<extra-parameter>=<extra-parameter-value>`| True || You can pass extra parameters for specific test steps. More details in the extra parameters section below |
305
-
| `--ci-requirements` | False | | | Output the CI requirements as a JSON payload. It is used to determine the CI runner to use.
305
+
| `--ci-requirements` | False | | | Output the CI requirements as a JSON payload. It is used to determine the CI runner to use.
306
306
307
307
Note:
308
308
@@ -649,6 +649,7 @@ E.G.: running Poe tasks on the modified internal packages of the current branch:
| 4.7.1 | [#36961](https://github.com/airbytehq/airbyte/pull/36961) | Temporarily disable python connectors dependencies upload until we find a schema the data team can work with. |
653
654
| 4.7.0 | [#36892](https://github.com/airbytehq/airbyte/pull/36892) | Upload Python connectors dependencies list to GCS on publish. |
0 commit comments