Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 05:18 PM
Hi AbhiJ,
You can use
- Select tables for refresh
in your Delta Live Table UI, it allows you to select tables you would like to refresh.
And "Refresh Table <TableName>" may not work like you are thinking it is.
It's not used to refresh Delta Live Table, you can check it from the documentation in the following link.
https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-cache-refresh-table.html
But separate it into two pipeline is definitely better in your use case.