xelixdev / django-pgviews-redux

Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
The Unlicense
64 stars 15 forks source link

Refreshing materialized view fails silently if the view is not found in the current schema #19

Closed mikicz closed 2 years ago

mikicz commented 2 years ago

Only logs this, should raise an error

WARNING  django_pgviews.view:view.py:474 Failed to find connection to refresh <class 'XXX'>
mikicz commented 2 years ago

Fixed in #20