如何以编程方式使用Azure Synapse数据库模板

发布于 2025-02-04 19:34:02 字数 377 浏览 2 评论 0 原文

我可以使用 Azure Synapse数据库模板来自Synapse Studio UI,但是有没有办法以编程方式使用这些模板?与我的研究相距甚远,我还没有找到命令,API或SDK。也许我可以通过UI创建数据库和表,然后生成关联的Spark SQL Creation脚本,但也看不到如何做到这一点。有人对如何做任何一个之前有任何想法吗?

I can create an Azure data lake database with pre-built tables using Azure Synapse database templates from the Synapse Studio UI, but is there a way to use these templates programmatically? So far from my research I have not found a command, API, or SDK for this. Perhaps I could create the database and tables via the UI, then generate the associated spark sql creation scripts, but don't see a way how to do that either. Does anyone have any ideas on how to do either of the prior?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

季末如歌 2025-02-11 19:34:02

您可以使用Azure SDK来编程插入数据湖存储,表和数据插入。但是,这些模板已可以克服这些系列手动任务。使用这些模板可以节省您的时间和努力为开发创建环境和示例数据。

因此,要求部署这些模板在编程上挑战模板的完整概念。如果要手动部署这些资源,则可以使用Azure SDK。

You can create the data lake storage, tables and data insertion programmatically using Azure SDKs. But these templates have been made available to overcome these series of manual tasks. Using these templates save your time and efforts to create an environment and sample data for your development.

Therefore, asking to deploy these templates programmatically challenging the complete concept of templates. If you want to deploy these resources manually, you can use Azure SDKs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文