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

run window checkpoint, integration #474

Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2255fc2
Upgrade greatexpections v1.0.0 and fix unit tests
TrangPham Sep 19, 2024
0b19d11
Skip integration tests and update to alpha version
TrangPham Sep 19, 2024
c1a9291
Update other gx version
TrangPham Sep 20, 2024
93302fd
Updated for type check
TrangPham Sep 20, 2024
4a73cdb
Merge branch 'main' into v1-unit-tests
TrangPham Sep 22, 2024
c1db7c5
WIP v0 version (no tests)
anthonyburdi Oct 2, 2024
d200de2
Pre-release version bump
tiny-tim-bot Oct 2, 2024
b5e51f8
Update integration tests (#452)
TrangPham Oct 3, 2024
5796392
Upgrade draft data source config action for v1 (#455)
rreinoldsc Oct 3, 2024
71984e5
add RunWindowCheckpointAction to available actions __init__
shiplet Oct 3, 2024
726969f
add leading slash to api url
shiplet Oct 3, 2024
d0f4c99
update url to retrieve cloud config
joshua-stauffer Oct 4, 2024
ce44e62
update core a
joshua-stauffer Oct 4, 2024
e6f7574
update tests
joshua-stauffer Oct 4, 2024
522d108
update checkpoint action for v1
joshua-stauffer Oct 4, 2024
2481766
fix tests & tweak
joshua-stauffer Oct 4, 2024
1eb0946
register all checkpoint events as v1, remove outdated todos
joshua-stauffer Oct 4, 2024
e377381
update create scheduled event payload
joshua-stauffer Oct 4, 2024
560382b
Merge branch 'v1-unit-tests' into integrate-with-mercury-fastapi-endp…
rreinoldsc Oct 4, 2024
9fa70ef
Merge branch 'integrate-with-mercury-fastapi-endpoints' of github.com…
rreinoldsc Oct 4, 2024
a1624b5
rename action, and fix url
rreinoldsc Oct 7, 2024
71f566d
add unit test
rreinoldsc Oct 7, 2024
28e2d38
lint
rreinoldsc Oct 7, 2024
91f66ef
remove window from parametrization, needs diff test setup
rreinoldsc Oct 7, 2024
b4b7367
update sig
rreinoldsc Oct 7, 2024
52a435d
Merge branch 'main' of github.com:great-expectations/cloud into v1-un…
rreinoldsc Oct 7, 2024
7007cf4
Merge branch 'v1-unit-tests' of github.com:great-expectations/cloud i…
rreinoldsc Oct 7, 2024
9fb5d7d
fix kwarg
rreinoldsc Oct 7, 2024
1f11047
fix test kwarg
rreinoldsc Oct 7, 2024
9ce4f2a
fix unit assert
rreinoldsc Oct 7, 2024
d7989f2
rm note
rreinoldsc Oct 7, 2024
df42c28
api updates
rreinoldsc Oct 7, 2024
1a714f8
include WIP integration test
rreinoldsc Oct 7, 2024
c2e3f45
cleanup
rreinoldsc Oct 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Pre-release version bump
  • Loading branch information
tiny-tim-bot committed Oct 2, 2024
commit d200de21d9ab0d006d8015e13c04fd5ac49351ee
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "great_expectations_cloud"
version = "20241002.0.dev0"
version = "20241002.0.dev1"
description = "Great Expectations Cloud"
authors = ["The Great Expectations Team <team@greatexpectations.io>"]
repository = "https://github.com/great-expectations/cloud"