An Azure relational database service.
Hi @Mateo Estrada Bazan ,
Thank you for posting query in Microsoft Q&A Platform.
If you are using Azure SQL database here, then may be
dboschema is missing in your database and resulting in this error. Kindly validate same. If you are using server less SQL pool, then its not possible to create tables there. You can have external tables in server less SQL pools.
External tables actually don't store data themself, them actually query underlying file from storage. So you can consider storing your API data as file on ADLS storage and have external table on top of it.
Kindly check below to understand about serverless sql pool and external tables. [Server less SQL Pool Overview in Azure Synapse Analytics][1] [External Tables with Synapse SQL in Azure Synapse Analytics][2]
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer button. Accepted answers help community as well.