Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2024 01:27 AM
Hi @eballinger - Refreshing a single or set of tables in a DLT is possible via code using Databricks SDK.
Please follow the below doc for the same - https://databricks-sdk-py.readthedocs.io/en/latest/dbdataclasses/pipelines.html
In the above doc, search for `refresh_selection`, it will accept a list of tables that you want to refresh in a pipeline.
Snippet of the same:
Riz