Sha256: 2ec4c9d5045b9b5e00e53d8951639cbbc920d0756954a4b3697cc0dfebb588ba

Contents?: true

Size: 667 Bytes

Versions: 9

Compression:

Stored size: 667 Bytes

Contents

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://openlineage.io/spec/facets/1-0-1/SQLJobFacet.json",
  "$defs": {
    "SQLJobFacet": {
      "allOf": [
        {
          "$ref": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/JobFacet"
        },
        {
          "type": "object",
          "properties": {
            "query": {
              "type": "string",
              "example": "SELECT * FROM foo"
            }
          },
          "required": ["query"]
        }
      ],
      "type": "object"
    }
  },
  "type": "object",
  "properties": {
    "sql": {
      "$ref": "#/$defs/SQLJobFacet"
    }
  }
}

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 spec/facets/SQLJobFacet.json
fluent-plugin-openlineage-light-0.1.4 spec/facets/SQLJobFacet.json
fluent-plugin-openlineage-light-0.1.3 spec/facets/SQLJobFacet.json
fluent-plugin-openlineage-light-0.1.1 spec/facets/SQLJobFacet.json
fluent-plugin-openlineage-light-0.1.0 spec/facets/SQLJobFacet.json
fluent-plugin-openlineage-0.1.3 spec/facets/SQLJobFacet.json
fluent-plugin-openlineage-0.1.1 spec/facets/SQLJobFacet.json
fluent-plugin-openlineage-0.1.0 spec/facets/SQLJobFacet.json
fluentd-openlineage-parser-0.1.0 spec/facets/SQLJobFacet.json