There's a line in `dbt` source which describes how...
# getting-started
r
There's a line in
dbt
source which describes how source freshness is ingested into DataHub. It says "We transfer dbt's freshness checks to DataHub's last-modified fields.". Can someone please explain what these "last-modified fields" are and where I can find them? So far I only found that for other sources your have a "Stats" tab where this info is showing, but for dbt it's greyed out.
👍 2
m
Hey Michal, it looks like this feature was added to the dbt source a loooong time ago, when we didn't have first class support for operational metadata... so we need to bring this feature up to par with the latest, and then this information will start showing up on the entity page.
👍 2
r
Thanks. Is this information available through the API? Then I could just fetch it from the API and show to interested users.