abergmeier / terraform-provider-exasol

Terraform Provider for Exasol
Apache License 2.0
2 stars 0 forks source link

Enable recreating the view after manual deletion from Exasol #18

Closed omas1ova closed 2 years ago

omas1ova commented 2 years ago

If the view was created with provider but then for some reason it was deleted manually in Exasol, you'll get the error: "selecting View Metadata for %s.%s resulted in no result". (function ReadView; Link). The expected behaviour is that the view is just recreated by provider again without throwing any errors.