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
| 4.15.0 |[#38322](https://github.com/airbytehq/airbyte/pull/38322)| Introduce a SecretStore abstraction to fetch connector secrets from metadata files. |
751
752
| 4.14.1 |[#38582](https://github.com/airbytehq/airbyte/pull/38582)| Fixed bugs in `up_to_date` flags, `pull_request` version change logic. |
752
753
| 4.14.0 |[#38281](https://github.com/airbytehq/airbyte/pull/38281)| Conditionally run test suites according to `connectorTestSuitesOptions` in metadata files. |
diffed_branch: str: The branch to compare the current branch against.
91
92
git_repo_url: str: The URL of the git repository.
92
93
report_output_prefix (str): The S3 key to upload the test report to.
93
-
use_remote_secrets (bool, optional): Whether to download secrets for GSM or use the local secrets. Defaults to True.
94
94
connector_acceptance_test_image (Optional[str], optional): The image to use to run connector acceptance tests. Defaults to DEFAULT_CONNECTOR_ACCEPTANCE_TEST_IMAGE.
95
95
gha_workflow_run_url (Optional[str], optional): URL to the github action workflow run. Only valid for CI run. Defaults to None.
96
96
dagger_logs_url (Optional[str], optional): URL to the dagger logs. Only valid for CI run. Defaults to None.
@@ -102,17 +102,16 @@ def __init__(
102
102
code_tests_only (bool, optional): Whether to ignore non-code tests like QA and metadata checks. Defaults to False.
103
103
use_host_gradle_dist_tar (bool, optional): Used when developing java connectors with gradle. Defaults to False.
104
104
enable_report_auto_open (bool, optional): Open HTML report in browser window. Defaults to True.
105
-
docker_hub_username (Optional[str], optional): Docker Hub username to use to read registries. Defaults to None.
106
-
docker_hub_password (Optional[str], optional): Docker Hub password to use to read registries. Defaults to None.
0 commit comments