If I’ve started a local quickstart version running...
# getting-started
i
If I’ve started a local quickstart version running in docker, is there a way to run the metadata consumer job? Or do I have to nuke the data and rerun from a blank slate?
1
d
@orange-night-91387 would love your input here!
o
Do you mean running in standalone mode? You should be able to just do
datahub docker quickstart --standalone_consumers
. Shouldn't need to nuke data, but you might need to delete the GMS container so that its environment variables get updated.
i
awesome. I’ll give that a try. Thanks Ryan!