InferJiraIssueSchema 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-atlassian-processors-nar
DESCRIPTION¶
Automatically infers and generates an Apache Avro schema from Jira issue data. This processor analyzes the JSON structure of Jira issues retrieved by the FetchJiraIssues processor and generates a corresponding Avro schema. The schema is added as an ‘avro.schema’ attribute for use in downstream processors that require schema information This processor is intended to be used in conjunction with the FetchJiraIssues processor. The content consumed by this processors should be the “flattened” version of the JIRA response. Flattened, meaning the JSON content produced by the JOLTTransformJSON processor with transformations declared in the JIRA connector versioned flow JSON file.
INPUT REQUIREMENT¶
Supports Sensitive Dynamic Properties¶
false
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
Failed to generate Avro schema |
success |
Successfully generated Avro schema |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
avro.schema |
Avro schema of the Jira API response |