Can i set column level and table level tags programmatically in a dlt pipeline. I tried it the normal way using
spark.sql(f"alter table and set tags (key=value)") using this syntax I found it out in one of the databricks community post. But can we do it in dlt bcz when I tried I was getting not allowed dltpython API doesn't support this.