Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From dbt-core 1.8 - Add support to load source freshness data as well #1425

Open
b-per opened this issue Feb 22, 2024 · 3 comments
Open

From dbt-core 1.8 - Add support to load source freshness data as well #1425

b-per opened this issue Feb 22, 2024 · 3 comments

Comments

@b-per
Copy link

b-per commented Feb 22, 2024

Is your feature request related to a problem? Please describe.
Until dbt-core 1.7, it is not possible to use on-run-end hooks to upload freshness data to the warehouse.

This merged PR provides this ability going forward (e.g. 1.8+)

There is also a flag that needs to be set in dbt_project.yml for the hook to be triggered

# dbt_project.yml
flags:
  source_freshness_run_project_hooks: true

Describe the solution you'd like
Update the package so that source freshness data can be loaded to the warehouse as well

@b-per b-per changed the title From 1.8 - Add support to load source freshness data as well From dbt-core 1.8 - Add support to load source freshness data as well Feb 22, 2024
@Maayan-s
Copy link
Contributor

Maayan-s commented May 5, 2024

@b-per this PR was actually contributed by @ofek1weiss from our team :)
We are waiting for dbt to make the release official.

@kokorin
Copy link

kokorin commented May 20, 2024

@Maayan-s since 1.8 has been released, can we expect Elementary to use on-run-end hook to upload source freshness?

@haritamar
Copy link
Collaborator

Hi @kokorin !
Yes definitely, we'll likely prioritize this in the near future!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants