Gateway(client, wait_time_ms)
Higher-level wrapper for deploying projects and bulk import/export of data.
Properties
| Name | Type | Description |
|---|---|---|
UNKNOWN_PROJECT_NAME | str | '__unknown__' |
client | Client | The underlying `Client` instance |
Properties
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
client | Client | A DataGraphs API client. | ||
wait_time_ms | int | <optional> | DatagraphsClient.DEFAULT_WAIT_TIME_MS | Delay in milliseconds between successive API calls. |