-
Notifications
You must be signed in to change notification settings - Fork 96
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
Tests for custom offset window #1585
Open
courtneyholcomb
wants to merge
6
commits into
court/custom-offset6.5
Choose a base branch
from
court/custom-offset7
base: court/custom-offset6.5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
courtneyholcomb
force-pushed
the
court/custom-offset7
branch
from
December 18, 2024 22:37
f5b1e3a
to
a719cb6
Compare
courtneyholcomb
force-pushed
the
court/custom-offset7
branch
2 times, most recently
from
December 18, 2024 23:27
0048a87
to
33fe95d
Compare
courtneyholcomb
force-pushed
the
court/custom-offset6
branch
from
December 19, 2024 06:21
e91fd30
to
7e13cf3
Compare
courtneyholcomb
force-pushed
the
court/custom-offset7
branch
2 times, most recently
from
December 19, 2024 06:39
118b710
to
5455fe5
Compare
courtneyholcomb
force-pushed
the
court/custom-offset6
branch
2 times, most recently
from
December 19, 2024 06:55
d0c473a
to
bebe99d
Compare
courtneyholcomb
force-pushed
the
court/custom-offset7
branch
2 times, most recently
from
December 19, 2024 06:56
3d9de58
to
b53a655
Compare
courtneyholcomb
changed the base branch from
court/custom-offset6
to
court/custom-offset6.5
December 19, 2024 06:59
courtneyholcomb
force-pushed
the
court/custom-offset7
branch
2 times, most recently
from
December 19, 2024 07:01
d260a66
to
75042dd
Compare
courtneyholcomb
force-pushed
the
court/custom-offset6.5
branch
from
December 19, 2024 15:37
ac725b7
to
ff3d3f9
Compare
courtneyholcomb
force-pushed
the
court/custom-offset7
branch
from
December 19, 2024 15:37
75042dd
to
5adf195
Compare
courtneyholcomb
force-pushed
the
court/custom-offset7
branch
from
December 19, 2024 15:38
5adf195
to
79e13e3
Compare
courtneyholcomb
force-pushed
the
court/custom-offset7
branch
2 times, most recently
from
December 19, 2024 15:50
eda848f
to
1e2b931
Compare
courtneyholcomb
force-pushed
the
court/custom-offset7
branch
from
December 19, 2024 19:45
1e2b931
to
7ba3e07
Compare
courtneyholcomb
added
the
Run Tests With Other SQL Engines
Runs the test suite against the SQL engines in our target environment
label
Dec 19, 2024
courtneyholcomb
had a problem deploying
to
DW_INTEGRATION_TESTS
December 19, 2024 19:45 — with
GitHub Actions
Failure
courtneyholcomb
had a problem deploying
to
DW_INTEGRATION_TESTS
December 19, 2024 19:45 — with
GitHub Actions
Failure
courtneyholcomb
had a problem deploying
to
DW_INTEGRATION_TESTS
December 19, 2024 19:45 — with
GitHub Actions
Failure
courtneyholcomb
had a problem deploying
to
DW_INTEGRATION_TESTS
December 19, 2024 19:45 — with
GitHub Actions
Failure
github-actions
bot
removed
the
Run Tests With Other SQL Engines
Runs the test suite against the SQL engines in our target environment
label
Dec 19, 2024
courtneyholcomb
force-pushed
the
court/custom-offset7
branch
from
December 19, 2024 20:02
7ba3e07
to
35c74fd
Compare
courtneyholcomb
added
the
Run Tests With Other SQL Engines
Runs the test suite against the SQL engines in our target environment
label
Dec 19, 2024
courtneyholcomb
temporarily deployed
to
DW_INTEGRATION_TESTS
December 19, 2024 20:02 — with
GitHub Actions
Inactive
courtneyholcomb
deployed
to
DW_INTEGRATION_TESTS
December 19, 2024 20:02 — with
GitHub Actions
Active
courtneyholcomb
temporarily deployed
to
DW_INTEGRATION_TESTS
December 19, 2024 20:02 — with
GitHub Actions
Inactive
courtneyholcomb
temporarily deployed
to
DW_INTEGRATION_TESTS
December 19, 2024 20:02 — with
GitHub Actions
Inactive
github-actions
bot
removed
the
Run Tests With Other SQL Engines
Runs the test suite against the SQL engines in our target environment
label
Dec 19, 2024
plypaul
approved these changes
Dec 19, 2024
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.
LGTM though please see comment about martian_time
.
docstring: | ||
Gives a side by side comparison of bookings and bookings_offset_one_martian_day. | ||
--- | ||
metric_time__martian_day metric_time__day bookings bookings_offset_one_martian_day |
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.
- With how
martian_day
is defined, it's a little hard to check these snapshots for correctness. - A more straightforward mapping would help e.g. martian days are always 10 years before.
- Also time on Mars is represented differently externally, so a different name would help.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tests for custom offset window. The snapshots in this PR should give you a better idea of what the SQL and output should look like.