Hi all, I have upgraded my datahub to 0.10.0. I ...
# troubleshoot
b
Hi all, I have upgraded my datahub to 0.10.0. I tried feeding datahub configurations using datahub init command. Then I tried to ingest metadata from mysql. I wonder why it doesn't take the configuration that I pre-feeded. It only takes the configurations that I have given in the ingestion recipe. I would like to know why this happens. Thank you in advance for your kind replies.
b
afaik
init
is meant more for other commands where you cannot specify the configurations like
delete
b
also the sink configurations on the recipe will always take precedence over your
init
settings. However, if you don't specify sink configs in your recipe then datahub ingest will use your
init
settings by default. hope that helps!