Is it possible to access the functionality of the ...
# ask-community
j
Is it possible to access the functionality of the "propagate changes" button in the UI programmatically? We're iterating on our DBT models super frequently, and are running into issues of our models being materialized in different version states, and would love to just schedule a job to handle this
t
This might help and give some context.
materialize_stale_and_missing
is a workaround until we can make this part of the public API.
s
One more thing -
RunRequest
takes an experimental
stale_assets_only
argument
keanu thanks 2