Commits
Click on a commit to change the comparison rangefix(testcontainers): add task manager config for 1.5
These are required with newer Prefect versions.
Signed-off-by: Fatih Acar <fatih@opsmill.com> Merge stable into release-1.5
Merge stable into release-1.5 Merge pull request #7450 from opsmill/stable-to-release-1.5
Stable to release 1.5 better error message for schema cache miss (#7451) Merge pull request #7439 from opsmill/pog-fix-hfid-setup
Fix order for registering HFID Fixed redirection when clicking on DiffTree item (#7444) Convert Object Docs (#7453)
* feat(docs): update object conversion guide and sidebar integration
* feat(tests): add screenshot functionality for object conversion tests and include new images
* Alter formatting
* fix(tests): remove unnecessary blank line in object conversion test fix(devcontainer): use poetry run for invoke
invoke commands rely on some dependencies.
Signed-off-by: Fatih Acar <fatih@opsmill.com> request to DiffTreeSummary uses tanstack query (#7440)24 hours ago
by bilalabbad Merge pull request #7360 from opsmill/pog-remove-subscription-false
Phase out subscription=False when generating GraphQL schema add profile support for schema changes that add or remove attributes (#7339)
* support for adding and removing attrs on profiles during schema update
* add changelog
* add node_kinds to AttributeAddQuery
* add support_profiles property to AttributeSchema
* update MigrationQuery typing
* migrations for profile add/remove and support change
* generate AttributeSchema
* import MigrationBaseQuery completely
* fix profile update queries, finish tests
* mypy fixes
* rgenerate docs
* use different namespace in integration test
* clear gql schema manager cache before starting integration test class
* add test case for adding attribute that should not be on profile
* more test cases
* use some large-type attributes in the schemas
* final test updates
* update changelog
* fix generic profile update bug8 hours ago
by ajtmccarty Merge pull request #7454 from opsmill/pog-conftest-return
Add return values