We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example error message:
databind.core.converter.ConversionError: unable to deserialize any union member Trace: $: TypeHint(helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace) .workflow: TypeHint(typing.Union[helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.ApiDrivenWorkflow, helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.CliDrivenWorkflow, helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.VcsDrivenWorkflow]) The following errors have been reported by converters: databind.json.converters.SchemaConverter(): encountered extra keys: {'providersFrom'} Trace: $: TypeHint(helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace) .workflow: TypeHint(typing.Union[helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.ApiDrivenWorkflow, helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.CliDrivenWorkflow, helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.VcsDrivenWorkflow]) ^: TypeHint(helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.ApiDrivenWorkflow) databind.json.converters.LiteralConverter(): literal value mismatch: got 'ApiDriven', expected 'CliDriven' Trace: $: TypeHint(helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace) .workflow: TypeHint(typing.Union[helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.ApiDrivenWorkflow, helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.CliDrivenWorkflow, helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.VcsDrivenWorkflow]) ^: TypeHint(helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.CliDrivenWorkflow) .type: TypeHint(typing.Literal['CliDriven']) databind.json.converters.SchemaConverter(): missing required field: 'vcsProvider' Trace: $: TypeHint(helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace) .workflow: TypeHint(typing.Union[helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.ApiDrivenWorkflow, helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.CliDrivenWorkflow, helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.VcsDrivenWorkflow]) ^: TypeHint(helsing.scm.resources.v1alpha1.TerraformWorkspace.TerraformWorkspace.VcsDrivenWorkflow)
The value of the discriminator is set to VcsDriven, then only the matching members of the union should be tried.
VcsDriven
The text was updated successfully, but these errors were encountered:
NiklasRosenstein
No branches or pull requests
Example error message:
The value of the discriminator is set to
VcsDriven
, then only the matching members of the union should be tried.The text was updated successfully, but these errors were encountered: