Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
databricks
/
cli
Public
Notifications
You must be signed in to change notification settings
Fork
232
Star
395
Code
Issues
92
Pull requests
204
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[WIP] Add
databricks dbconnect init
/
sync
commands
- #5690
#5690
Closed
rugpanov
wants to merge 34 commits into
main
databricks/cli:main
from
dbconnect-init-sync
databricks/cli:dbconnect-init-sync
Copy head branch name to clipboard
Conversation
Commits
34
(34)
Checks
Files changed
Closed
[WIP] Add
databricks dbconnect init
/
sync
commands
#5690
rugpanov
wants to merge 34 commits into
main
databricks/cli:main
from
dbconnect-init-sync
databricks/cli:dbconnect-init-sync
Copy head branch name to clipboard
Commits
Commits on Jul 2, 2026
Add design spec for databricks dbconnect init/sync
Show description for 721201c
rugpanov
committed
721201c
View commit details
Copy full SHA for 721201c
Browse repository at this point
Add implementation plan for databricks dbconnect init/sync
Show description for d8af92e
rugpanov
committed
d8af92e
View commit details
Copy full SHA for d8af92e
Browse repository at this point
Add dbconnect command namespace scaffold
rugpanov
committed
c09feab
View commit details
Copy full SHA for c09feab
Browse repository at this point
Fix dbconnect help acceptance golden
Show description for de14243
rugpanov
committed
de14243
View commit details
Copy full SHA for de14243
Browse repository at this point
Add dbconnect result types and error codes
rugpanov
committed
0432c08
View commit details
Copy full SHA for 0432c08
Browse repository at this point
Address review: remove noise comments and Mode.String default
Show description for f1b8e0d
rugpanov
committed
f1b8e0d
View commit details
Copy full SHA for f1b8e0d
Browse repository at this point
Add dbconnect envKey mapping and python-version parsing
rugpanov
committed
ae85104
View commit details
Copy full SHA for ae85104
Browse repository at this point
Address review: simplify envKey normalization, hoist regex
Show description for 15d9713
rugpanov
committed
15d9713
View commit details
Copy full SHA for 15d9713
Browse repository at this point
Add dbconnect constraint fetch with offline cache
rugpanov
committed
4521498
View commit details
Copy full SHA for 4521498
Browse repository at this point
Add surgical formatting-preserving pyproject.toml merge
Show description for 5d4ec32
rugpanov
committed
5d4ec32
View commit details
Copy full SHA for 5d4ec32
Browse repository at this point
Fix tool.uv merge to preserve user-authored keys
Show description for e6fa3fd
rugpanov
committed
e6fa3fd
View commit details
Copy full SHA for e6fa3fd
Browse repository at this point
Detect multi-line owned-only [tool.uv] to avoid stray empty table
Show description for 97acf6f
rugpanov
committed
97acf6f
View commit details
Copy full SHA for 97acf6f
Browse repository at this point
Add dbconnect target resolution with three-state messaging
rugpanov
committed
33819dd
View commit details
Copy full SHA for 33819dd
Browse repository at this point
gofmt dbconnect target.go field alignment
Show description for 69fb2df
rugpanov
committed
69fb2df
View commit details
Copy full SHA for 69fb2df
Browse repository at this point
gofmt dbconnect result.go field alignment
Show description for dabfb90
rugpanov
committed
dabfb90
View commit details
Copy full SHA for dabfb90
Browse repository at this point
Add PackageManager interface and uv implementation
Show description for 167927e
rugpanov
committed
167927e
View commit details
Copy full SHA for 167927e
Browse repository at this point
Make uv venv python path cross-platform; explain --no-project
rugpanov
committed
3670f5f
View commit details
Copy full SHA for 3670f5f
Browse repository at this point
Add dbconnect pipeline orchestrating all phases
Show description for 6146e13
rugpanov
committed
6146e13
View commit details
Copy full SHA for 6146e13
Browse repository at this point
Fix: use correct error code for python version parse failure in pipeline
Show description for df91b04
rugpanov
committed
df91b04
View commit details
Copy full SHA for df91b04
Browse repository at this point
Fix: append PhaseResult on python-version parse failure in pipeline fetch
Show description for 43f425b
rugpanov
committed
43f425b
View commit details
Copy full SHA for 43f425b
Browse repository at this point
Fix: add success PhaseResult for parse-python-version in fetch phase
Show description for c989b5a
rugpanov
committed
c989b5a
View commit details
Copy full SHA for c989b5a
Browse repository at this point
Fail validation when databricks-connect major version is unparseable
Show description for 6406a72
rugpanov
committed
6406a72
View commit details
Copy full SHA for 6406a72
Browse repository at this point
Wire dbconnect Cobra layer: flags, compute adapter, rendering
Show description for 6a634af
rugpanov
committed
6a634af
View commit details
Copy full SHA for 6a634af
Browse repository at this point
gofmt dbconnect output.go
Show description for 4960b7a
rugpanov
committed
4960b7a
View commit details
Copy full SHA for 4960b7a
Browse repository at this point
Fix dbconnect JSON error schema, uv version probe, nil-result rendering
Show description for c2fe7f2
rugpanov
committed
c2fe7f2
View commit details
Copy full SHA for c2fe7f2
Browse repository at this point
Add dbconnect acceptance tests
Show description for e82ea57
rugpanov
committed
e82ea57
View commit details
Copy full SHA for e82ea57
Browse repository at this point
Fix acceptance tests to use musterr for required-failure commands
Show description for 4d0f7a0
rugpanov
committed
4d0f7a0
View commit details
Copy full SHA for 4d0f7a0
Browse repository at this point
Fix lint findings in dbconnect packages
Show description for d2306eb
rugpanov
committed
d2306eb
View commit details
Copy full SHA for d2306eb
Browse repository at this point
Add dbconnect changelog entry; fix constraint repo URL comment
Show description for bc71d9d
rugpanov
committed
bc71d9d
View commit details
Copy full SHA for bc71d9d
Browse repository at this point
Fix dbconnect JSON-mode exit code; populate spark_version; drop unused cluster-unsupported scaffolding
Show description for 220b225
rugpanov
committed
220b225
View commit details
Copy full SHA for 220b225
Browse repository at this point
Bridge pip.conf index-url to UV_INDEX_URL and surface uv stderr in errors
Show description for af6d542
rugpanov
committed
af6d542
View commit details
Copy full SHA for af6d542
Browse repository at this point
Add diagnostic logging and a failure hint for remote troubleshooting
Show description for 1fd0abd
rugpanov
committed
1fd0abd
View commit details
Copy full SHA for 1fd0abd
Browse repository at this point
Remove superpowers design/plan docs from PR
Show description for ef16653
rugpanov
committed
ef16653
View commit details
Copy full SHA for ef16653
Browse repository at this point
Reconcile dbconnect with the VPEX CLI spec: single sync command, E_* taxonomy, camelCase JSON
Show description for d787bcb
rugpanov
committed
d787bcb
View commit details
Copy full SHA for d787bcb
Browse repository at this point
You can’t perform that action at this time.