docs: Adding notes on remote executors handling smart assertions (#13479)

Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
This commit is contained in:
Jay 2025-05-12 04:44:51 -04:00 committed by GitHub
parent ff3f36a291
commit bcedd5d372
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@
## Known Issues
- API Tracing: Some aspects (i.e. `siblings`) which can be generated by system hooks are reported as a trace error if the system aspect and ingestion are creating conflicting aspects.
- When enabling the `ONLINE_SMART_ASSERTIONS_ENABLED` feature flag in gms, customers must have their remote executors on v0.3.10.2 or higher for the new feature to work. Furthermore, offline pipeline driven smart assertions must be disabled.
## Release Changelog
@ -48,6 +49,7 @@
- [Remote Automations] Remote Automations runners are encountering a dependency resolution issue when attempting to install `acryl-datahub`. Remote automations are not supported in this release. If you are interested to run automations on your Remote Executor please reach out to DataHub Cloud support.
- Bug Fixes
- [Executor / Observe] You no longer need to set `ONLINE_SMART_ASSERTIONS_ENABLED` env var on the remote executor for online smart assertions to work.
- [Forms] Fixes a bug introduced in `v0.3.10.1` where you would be removed from the forms experience when applying filters or making certain changes in the bulk by question form view.
- [Manage Ingestion] Fixes a bug from `v0.3.10.1` where you may not be able to properly switch pages in the manage ingestion experience.
- [Structured Properties] Fixes an issue where you can accidentally create an Entity type structured property that accepts no Entity types as values.
@ -63,6 +65,7 @@
- Known Bugs
- [Remote Executor] The env var `ONLINE_SMART_ASSERTIONS_ENABLED` will need to be enabled in the remote excecutor for online smart assertions to work.
- [Forms] There is a bug in the bulk by question Forms experience where if you apply filters, change the search query, change page, or change page size the modal to fill the form out closes. This is fixed in `v0.3.10.2` which is a recommended version over this version.
- [Manage Ingestion] Styling changes affected the ability to switch between pages for certain users depending on their ingestion data. This could result in not being able to properly change pages in the ingestion page.
- [Remote Automations] Remote Automations runners are encountering a dependency resolution issue when attempting to install `acryl-datahub`. Remote automations are not supported in this release. If you are interested to run automations on your Remote Executor please reach out to DataHub Cloud support.