Uh oh!
There was an error while loading. Please reload this page.
Added support for git_source and git_repository for Apps - #4538
Merged
Conversation
andrewnester
requested review from
anton-107, denik, pietern and shreyas-goenka
as code ownersFebruary 18, 2026 10:53
andrewnestertemporarily deployed
to
test-trigger-is
February 18, 2026 10:53 — with
GitHub Actions
Inactive
andrewnestertemporarily deployed
to
test-trigger-is
February 18, 2026 10:57 — with
GitHub Actions
Inactive
Collaborator
Commit: 002d078
15 interesting tests: 7 KNOWN, 7 SKIP, 1 RECOVERED
Top 20 slowest tests (at least 2 minutes):
|
andrewnestertemporarily deployed
to
test-trigger-is
February 19, 2026 12:55 — with
GitHub Actions
Inactive
shreyas-goenka
approved these changes
Feb 23, 2026
Uh oh!
There was an error while loading. Please reload this page.
andrewnestertemporarily deployed
to
test-trigger-is
February 24, 2026 14:10 — with
GitHub Actions
Inactive
andrewnestertemporarily deployed
to
test-trigger-is
February 24, 2026 14:24 — with
GitHub Actions
Inactive
andrewnestertemporarily deployed
to
test-trigger-is
February 24, 2026 14:34 — with
GitHub Actions
Inactive
Uh oh!
There was an error while loading. Please reload this page.
andrewnester
enabled auto-merge
February 24, 2026 16:01
andrewnestertemporarily deployed
to
test-trigger-is
February 24, 2026 16:02 — with
GitHub Actions
Inactive
Uh oh!
There was an error while loading. Please reload this page.
deco-sdk-taggingBot
added a commit
that referenced
this pull request
Feb 26, 2026
## Release v0.290.0 ### CLI * Add `completion install`, `uninstall`, and `status` subcommands ([#4581](#4581)) * Wire profile name through CLI ToOAuthArgument for profile-based cache keys ([#4562](#4562)) * Add host disambiguation and positional profile support to auth token ([#4574](#4574)) * Update error messages to suggest 'databricks auth login' ([#4587](#4587)) * Resolve --host to matching profile for token cache lookup ([#4591](#4591)) * Improve auth token UX: profile selection and better empty-state handling ([#4584(#4584) ### Bundles * Added support for git_source and git_repository for Apps ([#4538](#4538)) ### Dependency updates * Upgrade TF provider to 1.109.0 ([#4561](#4561)) * Upgrade Go SDK to v0.110.0 ([#4552](#4552)) ### API Changes * Bump databricks-sdk-go from v0.111.0 to v0.112.0.
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Changes Added support for git_source and git_repository for Apps ## Why These are new fields exposed by Apps API ## Tests Added an acceptance test. Cloud test temporarily disabled until the feature is enabled in the workspace <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Release v0.290.0 ### CLI * Add `completion install`, `uninstall`, and `status` subcommands ([#4581](#4581)) * Wire profile name through CLI ToOAuthArgument for profile-based cache keys ([#4562](#4562)) * Add host disambiguation and positional profile support to auth token ([#4574](#4574)) * Update error messages to suggest 'databricks auth login' ([#4587](#4587)) * Resolve --host to matching profile for token cache lookup ([#4591](#4591)) * Improve auth token UX: profile selection and better empty-state handling ([#4584(#4584) ### Bundles * Added support for git_source and git_repository for Apps ([#4538](#4538)) ### Dependency updates * Upgrade TF provider to 1.109.0 ([#4561](#4561)) * Upgrade Go SDK to v0.110.0 ([#4552](#4552)) ### API Changes * Bump databricks-sdk-go from v0.111.0 to v0.112.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Added support for git_source and git_repository for Apps
Why
These are new fields exposed by Apps API
Tests
Added an acceptance test. Cloud test temporarily disabled until the feature is enabled in the workspace