You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Oshin Sharel Britto (Jira)" <ji...@apache.org> on 2021/04/29 05:10:00 UTC

[jira] [Comment Edited] (ATLAS-2694) Avro schema typedef and support for Avro schema evolution in Atlas

    [ https://issues.apache.org/jira/browse/ATLAS-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17335149#comment-17335149 ] 

Oshin Sharel Britto edited comment on ATLAS-2694 at 4/29/21, 5:09 AM:
----------------------------------------------------------------------

[~barbara] Is there a parser already to convert from the Avro schema to the Avro schema AtlasEntity? I couldn't find it. Could you please help? :)


was (Author: obritto):
[~barbara] Is there a parser already to convert from the Avro schema to the Avro schema AtlasEntity? I couldn't find it. Could you please help?

> Avro schema typedef and support for Avro schema evolution  in Atlas
> -------------------------------------------------------------------
>
>                 Key: ATLAS-2694
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2694
>             Project: Atlas
>          Issue Type: New Feature
>          Components:  atlas-core
>            Reporter: Srikanth Venkat
>            Assignee: Barbara Eckman
>            Priority: Critical
>             Fix For: 1.0.0
>
>         Attachments: ATLAS-2694-2.patch, ATLAS-2694.patch, avro_atlas_types_08.json
>
>
> Currently the base types in Atlas do not include Avro schemas. It would be nice to add typedef for Avro schema and any associated metadata to support schema evolution.
>  * For example, Avro_schema type supports:
>  ** All avro types, both primitive and complex, including union types, as fields of schema
>  ** All types have doc strings and defaults
>  ** A field of a schema can be another schema
>  ** Indefinite nesting of records, arrays.
>  ** Associated entities array attribute contains pointers to all datasets that reflect the avro schema
>  ** Fully expanded avroNotation for use in serDe
>  ** Schema evolution features such as isLatest (Boolean) and version number
>  * Schema evolution Process
>  ** Input: avro schema
>  ** Output: new version of avro schema
>  ** Compatibility: FULL, BACKWARD, FORWARD, NONE
>  ** IsBreakingChange (Boolean): does the change produce an incompatible schema? (ie its compatibility is not “FULL”)
>  *



--
This message was sent by Atlassian Jira
(v8.3.4#803005)