英文:
Working with "Databricks Community Edition" using visual studio code in 2023
问题
Is there a way, in 2023, to work with DATABRICKS COMMUNITY EDITION using VSCode?
我明白在2023年是否有办法使用VSCode与DATABRICKS COMMUNITY EDITION一起工作?
I understand that there is NO TOKEN generation available for community edition.
我了解社区版不提供令牌生成功能。
But is there a workaround (back door kind of thing) or something?
但是否有解决方法(类似后门的东西)或其他方法?
If you have any tips for using VSCode with DATABRICKS COMMUNITY EDITION, please let me know.
如果您有关于在DATABRICKS COMMUNITY EDITION中使用VSCode的任何提示,请告诉我。
英文:
Is there a way, in 2023, to work with DATABRICKS COMMUNITY EDITION using VSCode?
I understand that there is NO TOKEN generation available for community edition.
But is there a workaround (back door kind of thing) or something?
If you have any tips for using VSCode with DATABRICS COMMUNITY EDITION, please let me know.
答案1
得分: 1
我强烈建议不要尝试使用非官方的解决方法或“后门”方法来获取 Databricks Community Edition 不明确支持的功能,因为这可能违反平台的服务条款,导致您的帐户被暂停或终止,更不用说潜在的安全风险了。
确实,"管理个人访问令牌" 提到:
在您的工作区中管理个人访问令牌需要高级计划或更高级别。
但是 Databricks Visual Studio Code 扩展 也提到:
使用个人访问令牌 (PAT) 或 Azure AD CLI 访问工作区的权限。
因此,在执行简单的 az login
后,检查是否可以使用该扩展。
英文:
I would strongly advise against attempting to use unofficial workarounds or "backdoor" methods to gain functionality that is not openly supported by Databricks Community Edition, as this could potentially breach the terms of service of the platform and result in the suspension or termination of your account, not to mention the potential security risks involved.
It is true the "Manage personal access tokens" mentions:
> Managing personal access tokens in your workspace requires the Premium plan or above.
But the Databricks extension for Visual Studio Code also mentions:
> Permission to access the workspace using a personal access token (PAT) or Azure AD CLI.
So check if using that extension after a simple az login
is enough.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论