You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of introducing microbatch models, it will be necessary for concrete adapters to test their implementations against a base test defined in dbt-test-adapters. This base test will need to patch the current time, and while using freezegun is an option, it may be too imprecise and brittle for certain concrete adapters if their connectors rely on the current time for other pieces of functionality (e.g. cert validity).
Acceptance criteria
Introduce a test utility to narrowly patch current time for computing the bounds of a microbatch model.
Suggested Tests
N/A
Impact to Other Teams
None
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered:
Housekeeping
Short description
As part of introducing microbatch models, it will be necessary for concrete adapters to test their implementations against a base test defined in dbt-test-adapters. This base test will need to patch the current time, and while using
freezegun
is an option, it may be too imprecise and brittle for certain concrete adapters if their connectors rely on the current time for other pieces of functionality (e.g. cert validity).Acceptance criteria
Introduce a test utility to narrowly patch current time for computing the bounds of a microbatch model.
Suggested Tests
N/A
Impact to Other Teams
None
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered: