Is there a way to refresh the visit_view table's SQL source after removing an attribute from AudienceDB? For example, we removed the metric attribute 9822 from our AudienceDB and published the profile. As expected, we can no longer see the column visits.metric_9822 in the visits table: However, we can no longer access the visits_view table an d it appears all the columns are blank: The issue is that the SQL source for the visits_view table is still looking for visits.metric_9822 event though it has been deleted: If we can't rebuild the visits_view table, we'll have to spend a lot of time updating our scripts to use visits instead. Is there any way to refresh the visits_view table after removing an attribute from AudienceDB? I imagine people remove attributes from AudienceDB all the time so I'm surprised I didn't find any other posts on this but this is very important for us. Thanks for any help!
... View more