Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebnyi committed Dec 12, 2024
1 parent 079d32a commit 4dd1a0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def _dynamic_stream_configs(
error_message = f"Dynamic streams list contains a duplicate name: {name}. Please contact Airbyte Support."
failure_type = FailureType.system_error

if resolver_type == "ConfigComponentsResolverModel":
if resolver_type == "ConfigComponentsResolver":
error_message = f"Dynamic streams list contains a duplicate name: {name}. Please check your configuration."
failure_type = FailureType.config_error

Expand Down

0 comments on commit 4dd1a0a

Please sign in to comment.