medic / cht-pipeline

Data models for transforming the raw data from Couch DB into models that can then be queried to build dashboards
GNU General Public License v3.0
1 stars 4 forks source link

Add a way to do a full refresh when running DBT #78

Closed njuguna-n closed 2 months ago

njuguna-n commented 7 months ago

There is currently no easy way to do a full refresh on a cht-pipeline instance that is already running. This means that schema changes especially to incremental tables are not picked up. See this comment here for an example of this.

andrablaj commented 5 months ago

@njuguna-n @witash, was this solved by https://github.com/medic/cht-sync/pull/94?

andrablaj commented 2 months ago

@witash @njuguna-n is this issue still relevant?

njuguna-n commented 2 months ago

@andrablaj this has been solved by cht-sync#94 like you noted above.