Is there a way to tell what plugins are present by...
# getting-started
g
Is there a way to tell what plugins are present by default in the containers used in the official helm chart? (without spelunking through the Dockerfile).
1
a
Hi, you could use the
check
CLI command https://datahubproject.io/docs/cli/#check
b
@gray-shoe-75895 should be able to help answer this, but I believe we have a referencible set somewhere
a
Yup you can use
datahub check plugins --verbose
to list the installed plugins. Note that when using UI-based ingestion, we automatically download and install the required plugin at runtime, so the check command may not show everything if you’re looking at the datahub-actions container