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
|`--use-remote-secrets`| False | True | If True, connectors configuration will be pulled from Google Secret Manager. Requires the GCP_GSM_CREDENTIALS environment variable to be set with a service account with permission to read GSM secrets. If False the connector configuration will be read from the local connector `secrets` folder. |
121
-
|`--name`| True || Select a specific connector for which the pipeline will run. Can be used multiple time to select multiple connectors. The expected name is the connector technical name. e.g. `source-pokeapi`|
122
-
|`--release-stage`| True || Select connectors with a specific release stage: `alpha`, `beta`, `generally_available`. Can be used multiple times to select multiple release stages. |
123
-
|`--language`| True || Select connectors with a specific language: `python`, `low-code`, `java`. Can be used multiple times to select multiple languages. |
124
-
|`--modified`| False | False | Run the pipeline on only the modified connectors on the branch or previous commit (depends on the pipeline implementation). |
125
-
|`--concurrency`| False | 5 | Control the number of connector pipelines that can run in parallel. Useful to speed up pipelines or control their resource usage. |
126
-
|`--metadata-change-only/--not-metadata-change-only`| False |`--not-metadata-change-only`| Only run the pipeline on connectors with changes on their metadata.yaml file. |
|`--use-remote-secrets`| False | True| If True, connectors configuration will be pulled from Google Secret Manager. Requires the GCP_GSM_CREDENTIALS environment variable to be set with a service account with permission to read GSM secrets. If False the connector configuration will be read from the local connector `secrets` folder. |
121
+
|`--name`| True || Select a specific connector for which the pipeline will run. Can be used multiple time to select multiple connectors. The expected name is the connector technical name. e.g. `source-pokeapi`|
122
+
|`--release-stage`| True || Select connectors with a specific release stage: `alpha`, `beta`, `generally_available`. Can be used multiple times to select multiple release stages. |
123
+
|`--language`| True || Select connectors with a specific language: `python`, `low-code`, `java`. Can be used multiple times to select multiple languages. |
124
+
|`--modified`| False | False| Run the pipeline on only the modified connectors on the branch or previous commit (depends on the pipeline implementation). |
125
+
|`--concurrency`| False | 5| Control the number of connector pipelines that can run in parallel. Useful to speed up pipelines or control their resource usage. |
126
+
|`--metadata-change-only/--not-metadata-change-only`| False |`--not-metadata-change-only`| Only run the pipeline on connectors with changes on their metadata.yaml file.|
127
+
|`--enable-dependency-scanning / --disable-dependency-scanning`| False |` --disable-dependency-scanning`| When enabled the dependency scanning will be performed to detect the connectors to select according to a dependency change. |
|`--pre-release/--main-release`| False |`--pre-release`|| Whether to publish the pre-release or the main release version of a connector. Defaults to pre-release. For main release you have to set the credentials to interact with the GCS bucket. |
290
290
|`--docker-hub-username`| True ||`DOCKER_HUB_USERNAME`| Your username to connect to DockerHub. |
291
291
|`--docker-hub-password`| True ||`DOCKER_HUB_PASSWORD`| Your password to connect to DockerHub. |
@@ -329,7 +329,7 @@ Validate all `metadata.yaml` files in the repo:
|`--modified/--all`|`--modified`| Flag to run validation of `metadata.yaml` files on the modified files in the head commit or all the `metadata.yaml` files. |
|`--gcs-credentials`| True ||`GCS_CREDENTIALS`| Service account credentials in JSON format with permission to get and upload on the GCS bucket |
346
346
|`--modified/--all`| True |`--modified`|| Flag to upload the modified `metadata.yaml` files in the head commit or all the `metadata.yaml` files to a GCS bucket. |
347
347
@@ -379,7 +379,8 @@ This command runs the Python tests for a airbyte-ci poetry package.
0 commit comments