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

invalid timeframe creation in SAT-v1 (MA, REF) #107

Open
jabibo opened this issue Aug 1, 2023 · 1 comment
Open

invalid timeframe creation in SAT-v1 (MA, REF) #107

jabibo opened this issue Aug 1, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jabibo
Copy link

jabibo commented Aug 1, 2023

Using dbt or coalesce we added a Nanosecond to rows in our import-row to achieve uniqueness.
This generates invalid timeframes in the v1-sats because there a Microsecond is subtracted.
image

Could this be customizable?
Version is 1.1.2

@tkirschke tkirschke added the enhancement New feature or request label Sep 6, 2023
@tkirschke
Copy link
Member

Next step: New global variable "load_end_date_substraction_unit" with default value "microsecond".
Would have impact on the DATEADD function used in the load_end_date calculation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants