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

Fix mistake in glue-create lambda #24

Closed Maks-D closed 4 months ago

Maks-D commented 4 months ago

glue.get_database() raises an error if the database doesn't exist (strange api). This PR fixes an issue by handling EntityNotFoundException error and creating db if AWS api return it.