Panda
Valued Contributor

@chaosBEE Have you try the below

Use following SQL command to add tags programmatically

spark.sql("""ALTER TABLE your_catalog.your_schema.your_table SET TAGS ('key1' = 'value1');""")