RiyazAliM
Honored Contributor

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:

RiyazAli_0-1734945911951.png

 

 

Riz