Generate Avro Schema and DDL (to create Hive Table) based on Oracle Table Metadata
Created by @pkona
Integrations involving ingesting data into Hive requires creating tables on Hive and creating the schema for data formats like Avro.
This pattern generates the AVRO schema ba...