-
Notifications
You must be signed in to change notification settings - Fork 40
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
PyAirbyteNameNormalizationError: PyAirbyteNameNormalizationError: Name cannot be empty after normalization. #344
Comments
@KaifAhmad1 - This is a configuration error on the source connector. You should be able to replace this: "streams": [
{
"name": "", With this: "streams": [
{
"name": "my_stream", Where |
Closing as resolved. But please re-open or let me know if you run into any further issues. |
Hi, I'm having the same issue. I tried the suggested solution but I still get "Name cannot be empty after normalization" error |
Hi, @sumohammed0 - Can you provide your config with any secrets redacted? |
|
Connector Name
S3
Connector Version
NA
What step the error happened?
Configuring a new connector
Relevant information
Relevant log output
Contribute
The text was updated successfully, but these errors were encountered: