Dataiku · Schema

ConnectionSummary

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
name string Connection name
type string Connection type (e.g., PostgreSQL, S3, HDFS)
View JSON Schema on GitHub

JSON Schema

dataiku-connectionsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionSummary",
  "title": "ConnectionSummary",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Connection name"
    },
    "type": {
      "type": "string",
      "description": "Connection type (e.g., PostgreSQL, S3, HDFS)"
    }
  }
}