datacontract / datacontract-specification

The Data Contract Specification Repository

Home Page:https://datacontract.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add glue catalog server type

saugerDecathlon opened this issue · comments

Hello,
I would like to know if it would be possible to add Glue Catalog metastore as a supported server type in the specification ?
It would look to something like that:

servers:
  development:
    type: glue
    account: "1234-5678-9012"
    database: my_database

+1

We actually even had Glue as output port type in one of the Data Mesh Architecture AWS Examples: https://www.datamesh-architecture.com/open-source/aws

@saugerDecathlon
Would you like to prepare a PR?

Yes I will take some time to do it 😄