Keboola · Schema

ProjectPurgeRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
ignoreBackendErrors boolean Ignore errors when purging data from backend storage.
View JSON Schema on GitHub

JSON Schema

keboola-projectpurgerequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ProjectPurgeRequest",
  "properties": {
    "ignoreBackendErrors": {
      "description": "Ignore errors when purging data from backend storage.",
      "type": "boolean",
      "default": false
    }
  },
  "type": "object"
}