Forum Discussion
Update endpoint - Database
- Anonymous1 year ago
Hi Tom_CA
I have created a table named Warehouse in the Fabric database.
When you are in the endpoint interface, you just need to click the refresh button to make your newly created table appear.Result:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey Anonymous Thank you for your reply!
I tried, but it didn't work for me. When I create a table using a script, it works fine. Could you try to create using a dataflow Gen2?
Hi Tom_CA
I used Dataflow Gen 2 to create it, and it displayed correctly. You can refer to the steps in the following documentation to check if there are any issues with your creation process.
SQL database tutorial - Ingest sample data and create objects and data using T-SQL and pipelines - Microsoft Fabric | Microsoft Learn
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Tom_CA1 year agoHelper I
Hey Anonymous thank you for your test. Let me try again because I did the same step, and it didn't work as expected.
If it works, I will mark it as a solution.
Thank you!
- sukkaur1 year agoMicrosoft Employee
Tom_CA,
Currently if you create a table with a column that is not supported in Mirroring - it will not replicate the whole table. Here is a document with all the details - Limitations of Mirroring for SQL database (preview) - Microsoft Fabric | Microsoft Learn
Please review your table columns types.
Best Regards