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

improve schema topic #5867

Merged
merged 12 commits into from
Feb 27, 2025
2 changes: 1 addition & 1 deletion docs/docs/topics/computed-attributes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Currently, Infrahub supports two main types of computed attributes:

Computed attributes have some inherent restrictions due to system constraints and performance considerations. Keep these in mind when designing your schema:

* Computed attributes **can only** be used on nodes, not generics.
* Computed attributes **can only** be used on nodes, not generics. [FEATURE-5736](https://github.com/opsmill/infrahub/issues/5736)
* Only `URL` and `Text` attribute kinds are supported for computed attributes.

::::
Expand Down
Loading