In the townhall new CLI commands were shown which ...
# getting-started
s
In the townhall new CLI commands were shown which could do rollbacks. In a kubernetes deployment where would we run those commands? Inside gms pod? Will that rollback the profiling stats? Asking because I would like to enable the profiling stats. But the
sample values
is something that I am not sure I would like to have in the UI. So wanted to try to ingest it once. But in case wanted to revert it should be able to do that
m
The command on the cli basically calls an endpoint on the gms which executes the rollback.
Yes it makes sense to expect rollbacks to work for all kinds of aspects, snapshot and timeseries. The current code that @green-football-43791 demo-ed is pre-timeseries support. We’ll have to add support for timeseries aspects for you to get this behavior.
s
how does datahub CLI knows the gms endpoint? Is there some environment variable it reads to know that?
m
We're introducing a config file for the datahub cli so it knows where datahub gms lives