When I ingest dbt metadta, I see “dbt:” appended a...
# troubleshoot
g
When I ingest dbt metadta, I see “dbt:” appended at the start of each tag. is there a way to remove this behaviour?
what does the “tag_prefix” config do on the recipee?
f
dbt: is the default value to "tag_prefix". According to the documentation, "tag_prefix" is: Prefix added to tags during ingestion. More info: https://datahubproject.io/docs/generated/ingestion/sources/dbt/
g
ok. so potentially I can pass “” as default in the prefix and it should get rid of dbt:
g
yep that’s right
g
cool. do you know how I can remove a tag from all resources?