Forum Discussion

SauravRajJoshi's avatar
SauravRajJoshi
Frequent Visitor
2 years ago
Solved

Event stream source(Azure SQL CDC) cannot take tables with underscore(_) in the name.

I have an eventstream connected to Azure SQL with CDC enabled. I want to connect few tables with underscore(_) character in them. How can this be achieved? All other tables have been connected and is working fine, what would be a workaround for tables with these names?

  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi SauravRajJoshi ,

    Thank you for reaching out. I’ve tested adding an underscore in the table names, and it appears to be possible.

     

    To better understand and assist with your issue, could you please provide more details? Specifically:

    1. Error Messages: Are you encountering any specific error messages when trying to connect the tables with underscores? If so, could you share the exact error message?

    2. Data Flow: Is the issue that data is not being ingested from the tables with underscores, or is it that the connection fails altogether?

    3. CDC Enabled: Could you also check if the Change Data Capture (CDC) is enabled for these specific tables with underscores in their names?

    These details will help us identify the root cause and suggest an appropriate solution.

    Looking forward to your response.

     

    Best regards,
    Wenyang

     

     

     

6 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi SauravRajJoshi ,

     

    Could you try adding square brackets? Table names containing special characters may not be recognized directly. When you select multiple tables, are the table names separated by commas? Example: [dbo].[table_1], [dbo].[table_2]

     

    Best Regards,

    Neeko Tang

    If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

    • SauravRajJoshi's avatar
      SauravRajJoshi
      Frequent Visitor

      Hi Anonymous 


      No it doesn't work that way either, please refer to the screenshot below. I have tried using braces, square brackets and others, and tried with the tables of my azure sql database. Still doesn't work, could there be anything else to try? or is there a release plan for this?

       

       

      Regards

      Saurav