buoyant-data / oxbow

Collection of AWS Lambdas for creating and managing Delta tables
https://www.buoyantdata.com
GNU Affero General Public License v3.0
21 stars 7 forks source link

Add create database if not exists into glue-create lambda #23

Closed Maks-D closed 4 months ago

Maks-D commented 4 months ago

Before creating new tables glue-create lambda will validate the database's existence. If db doesn't exist then create it.

Closes https://github.com/buoyant-data/oxbow/issues/22