Is there a way to reset the state of a pipeline sc...
# plugins-general
m
Is there a way to reset the state of a pipeline schedule?
e
Hi @michael_cooper. You can add the
--full-refresh
flag:
meltano schedule run <name> --full-refresh
or
meltano elt your-tap your-target --job_id=<name> --full-refresh
m
Thank you!