When ingesting data from Snowflake, is a table uni...
# ingestion
b
When ingesting data from Snowflake, is a table uniquely identified by database.schema.table_name? I'm asking because we tend to drop and recreate tables during our ETL processes, and I want to know if I add descriptions to columns in DataHub, will those descriptions stay put or will it drop that "table" from DataHub and add a new one?
m
descriptions will stay put because even if we "delete" the table from datahub, we merely soft-delete it, so the entity and its descriptions will re-emerge when datahub re-discovers it