Hello team - the <docs for the tableau integration...
# integrate-tableau-datahub
w
Hello team - the docs for the tableau integration say that
Detect Deleted Entities
is currently not supported. What does this mean in practice? My reading of the docs makes me think they just persist past deletion, and are never removed. If that is the case has anyone done any design work to allow removal of stale records post deletion? I'd be happy to help contribute if not.
l
@hundreds-photographer-13496 ^
AFAIK your understanding is correct I.e we don’t remove stale entities for tableau. Would love a contribution from you
w
Thanks @loud-island-88694. @hundreds-photographer-13496 - any views on how this might be done with tableau? If not I can approach this from scratch
...actually - even if someone has a suggestion of how other sources have implemented this well - that would be very helpful.
h
Hey @wonderful-dream-38059, here are few PRs that add support for detecting and soft deleting the entities deleted in sources. You can refer them and follow similar approach. Kafka Stateful Ingestion PR - https://github.com/datahub-project/datahub/pull/4028 Dbt Stateful Ingestion PR - https://github.com/datahub-project/datahub/pull/4456 Let me know if I can help you with anything else