You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently fail a validation when the validation process returns notices. We should make sure that a notice is not breaking for the validation, but instead only logged as output of the terraform apply.
Optionally we might want to add some additional configs for the apollostudio_sub_graph_validation data source to be more strict and fail on notice, so we can support both
The text was updated successfully, but these errors were encountered:
@demeyerthom We likely would like to have a way to explicility skip errors in our schema checking without blocking pipelines/releases. If you can clarify the options that would be great
We currently fail a validation when the validation process returns notices. We should make sure that a notice is not breaking for the validation, but instead only logged as output of the terraform apply.
Optionally we might want to add some additional configs for the
apollostudio_sub_graph_validation
data source to be more strict and fail on notice, so we can support bothThe text was updated successfully, but these errors were encountered: