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

glue-create lambda: create database if not exists #22

Closed Maks-D closed 4 months ago

Maks-D commented 4 months ago

glue-create lambda creates new tables in existing databases. It will be nice to extend functionality and create a target database if not exist automatically. This allows us not to care about the existence of a database outside of the oxbow ecosystem.