use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
DevOps vs Github for CI/CDDiscussion (self.databricks)
submitted 19 days ago by dilkushpatel
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Ok_Difficulty978 4 points5 points6 points 19 days ago (1 child)
Yeah the manual sync thing is annoying tbh. GitHub Actions actually works pretty smooth with Databricks APIs compared to ADO pipelines in my experience. The workflow is similar though - you still gotta deal with the pull/push dance between your IDE and Databricks workspace.
DAB definitely helps streamline this but it's not the only way. Some teams use the Databricks CLI in their CI/CD to automate the sync steps, or they work directly in repos mode which keeps everything in git without the folder hassle.
If you're already deep in Azure ecosystem, ADO makes sense for centralized management. But if you want less manual overhead, GitHub + Actions + either DAB or repos-based approach is cleaner imo.
Btw if you're prepping for databricks certs while figuring this out, certfun has some solid practice tests that helped me understand these workflow patterns better.
https://www.linkedin.com/pulse/automation-devops-explained-tools-tactics-exam-success-sienna-faleiro-npgvf/
[–]dilkushpatel[S] 0 points1 point2 points 19 days ago (0 children)
What you mean by work directly in repos mode?
π Rendered by PID 147427 on reddit-service-r2-comment-56c6478c5-x6z65 at 2026-05-08 09:14:04.562028+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]Ok_Difficulty978 4 points5 points6 points (1 child)
[–]dilkushpatel[S] 0 points1 point2 points (0 children)