User ID, Username and Notebook not populated in History Tab
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 07:41 AM
Hi,
If I update a Tag on a table within a Noetbook as follows:
sql = f"""ALTER TABLE {silver_catalog}.public.tablename SET TAGS ('Is_published' = 'Y');"""
spark.sql(sql)
Then the User ID and Username, nor Notebook is populated when I look in the History tab after executing the code.
User ID and Username are capyured if I manually make the updates via the UI.
Is this by design or do I need to do something else to capture this information?
Is this by design or do I need to do something else to capture this information?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2025 11:29 PM
Hi team,
You should be able to see the change in the History tab when changes are made manually through the UI or changes made through APIs that explicitly push user metadata. Programmatic Spark SQL updates may not automatically attach full interactive user metadata in the UC history.