How can you configure a Delta Lake table ingesting records from multiple Kafka topics (with schema: key BINARY, value BINARY, topic STRING, partition LONG, offset LONG, timestamp LONG) to meet these requirements:
Restrict access to PII data (only present in the "registration" topic)
Retain PII records for only 14 days
Retain non-PII records indefinitely
(5 unique topics are being ingested)?