Jake-00 opened a new issue, #9111: URL: https://github.com/apache/iceberg/issues/9111
### Feature Request / Improvement Background: Referring to documentation, I can't find out a way to add tag after writing data into table. Nowadays, the common workflow is to list all snapshots-id for locating the exact snapshot. Here is one simple scenario that user just want to add a specific tag like 'first-version' for first time writing. And then user can read the table with tag 'first-version' without checking snapshot id and tagging command. Idea: To design one handy command below will be convenient, looking for forward to better solution: ) ```sql SET TAG `first-version` INSERT INTO demo.nyc.taxis VALUES (1, 1000371, 1.8, 15.32, 'N'), (2, 1000372, 2.5, 22.15, 'N'), (2, 1000373, 0.9, 9.01, 'N'), (1, 1000374, 8.4, 42.13, 'Y'); ``` ### Query engine Spark -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org