Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2025 11:46 AM
There are two options you may want to consider:
- Switch to using SQL UDTFs from views in certain cases
- For each session, dynamically recreate the view using CREATE VIEW via EXECUTE IMMEDIATE or via Python string templating: