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
|`--skip-step/-x`| True || Skip steps by id e.g. `-x unit -x acceptance`|
300
300
|`--only-step/-k`| True || Only run specific steps by id e.g. `-k unit -k acceptance`|
301
301
|`--fail-fast`| False | False | Abort after any tests fail, rather than continuing to run additional tests. Use this setting to confirm a known bug is fixed (or not), or when you only require a pass/fail result. |
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,9 +649,10 @@ E.G.: running Poe tasks on the modified internal packages of the current branch:
| 4.7.0 | [#36892](https://github.com/airbytehq/airbyte/pull/36892) | Upload Python connectors dependencies list to GCS on publish. |
652
+
| 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
+
| 4.7.0 | [#36892](https://github.com/airbytehq/airbyte/pull/36892) | Upload Python connectors dependencies list to GCS on publish. |
0 commit comments