quantcdn/Quant Cloud Environment Sync
Syncs data between environments in Quant Cloud
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Quant API key | yes | — |
| organization | Quant organisation ID | yes | — |
| app_name | Name of your application | yes | — |
| environment_name | Name for the environment | yes | — |
| base_url | Quant Cloud API URL | no | https://dashboard.quantcdn.io |
| source | Name of the source environment | yes | — |
| wait | Whether to wait for the sync to complete | no | false |
| wait_interval | Interval in seconds to wait for the sync to complete | no | 10 |
| max_retries | Maximum number of retries before timing out | no | 30 |
| type | Type of data to sync | no | database |
Outputs
| name | description |
|---|---|
| sync_id | ID of the sync |
| success | Whether the sync was successful |
| skipped | Whether the sync was skipped (e.g. database not configured) |