I have a Data Factory datasets where the connection is working, but when I try to "preview" the table structure I get the following error:
Error details
Error code
22301
Details
A database operation failed with the following error: 'Invalid object name 'dbo.[my_table]'.' Invalid object name 'dbo.[my_table]'., SqlErrorNumber=208,Class=16,State=1, . Activity ID: 05746029-7365-4d9d-b60a-2cdc06b126ec
I've checked, and the table in question exists and is accessible via the connection credentials being used. I don't know why it's giving me this error if that is the case?