databrickslabs / migrate

Old scripts for one-off ST-to-E2 migrations. Use "terraform exporter" linked in the readme.
Other
186 stars 128 forks source link

Fix location variable #303

Open robbfo opened 2 months ago

robbfo commented 2 months ago

Per error:

image

When a database doesn't exist in database_details.log the location variable is not defined, and subsequently used.

A continue statement was added after the print error on the database not existing to handle this error.