-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] A question about the planned future of DBX #806
Comments
@crash-g FYI |
hello, could you please provide the tools links for |
Hello @copdips. You can reach the Databricks platform release notes for June 2023 for more details about the new CLI and SDKs. |
thx for sharing, one of the drawbacks of databricks-cli IMHO is that it should support py2 that some developers don't want code py2 anymore. I think building dbx on top of databricks-sdk could be a good choice, using terraform limits the CICD capability. |
After talking to our Databricks representative, it sounds like dbx will be superseded by Databricks Asset Bundles (currently in private preview) eventually. |
would be any easy way to migrate workloads to databricks assets api from dbx and deployment.yaml? any more information about the TF architecture? I'm starting to feel that going with dbx was a terrible mistake, as we built our entire CI/CD solution around this, in a hope that it will improve in the future. |
@aviadshimon |
We're using dbx for the CI/CD, and it works great, but if it won't be maintained and replaced, we'll have to migrate. |
Just reviewed the schema generated by the new |
Thank you @copdips , I'm starting a POC on DAB now, maybe will update on this thread. |
Hey folks, we’ve been working on Databricks Asset Bundles (or DABs) and while we do expect DABs to supersede DBX, it’s not quite there yet. DBX is a great tool and is supported by the Databricks Labs team. In fact, DABs are inspired by DBX and many of its capabilities form the basis of the approach in DABs. If you’re using DBX, please continue doing so. DABs won’t be generally available until we have migration guidance in place. As we’re getting closer to this point, we’ll be actively looking for feedback. If you have specific concerns, please reach out dabs-preview@databricks.com. If you are starting off with a new project, we encourage you to try out DABs (you can reach out to your account team or contact us at the same email address). Please keep in mind that DABs is still in preview and that not all features you’re used to from DBX have an equivalent in DABs yet. For example, automatic Python wheel builds and uploads are not yet available in DABs, but will be in the near future. |
DBX is a great tool, and I love it. It has simplified my Databricks workflows.
However, Databricks tools evolved since the introduction of DBX and now there is a new CLI (written in Go) and a new Python SDK.
So, considering that, what is the planned future of DBX?
The text was updated successfully, but these errors were encountered: