-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Custom SQL for get source maxLoadedAt #11163
base: main
Are you sure you want to change the base?
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11163 +/- ##
==========================================
- Coverage 88.92% 85.80% -3.12%
==========================================
Files 187 187
Lines 23974 24038 +64
==========================================
- Hits 21318 20627 -691
- Misses 2656 3411 +755
Flags with carried forward coverage won't be shown. Click here to find out more.
|
dev-requirements.txt
Outdated
@@ -1,4 +1,4 @@ | |||
git+https://github.com/dbt-labs/dbt-adapters.git@main | |||
git+https://github.com/dbt-labs/dbt-adapters.git@cl/custom_freshness_sql |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert before merge
e3f0628
to
d9785b4
Compare
d9785b4
to
8780b8c
Compare
Resolves #8797
This PR adds the ability to specify a custom sql to generate the
maxLoadedAt
time stamp on the sourcevideo1790688049.mp4
Checklist