I have the following code:
@dlt.table(
name="ingested_data",
comment="Ingest the table",
table_properties={
"quality": "raw", "name": "property_name"
}
)
I am confused what the table_properties
dictionary does in practice? I have seen no effect of the key-value pairs. Here is the list of the accepted keys.