techindicium / dbt-oracle

A dbt adapter for oracle db backend
Other
38 stars 18 forks source link

issue #8, quoting policy not being applied in the adapter's macros #10

Closed fabrice-etanchaud closed 4 years ago

fabrice-etanchaud commented 4 years ago

A possible workaround for Running with different materilizations leaves dirty objects #8. If we could assert the drop_relation macro is never called on inexisting objects, the exception handling could be removed, and one could see when it truly fails.

Best,