this excludes tables (and views) from the continuous run. If the definition changes, they will be caught by the full-refresh but otherwise new data in the source won't be reflected.
Which may not be what is intended.
To solve the refresh issue, probably better to have them as materialized views.
closes(#139)
this excludes tables (and views) from the continuous run. If the definition changes, they will be caught by the full-refresh but otherwise new data in the source won't be reflected.
Which may not be what is intended. To solve the refresh issue, probably better to have them as materialized views.