[DATABRICKS-3] PLU-600: add dynamic data queries, dynamic actions, and GraphQL mutation#1528
Open
pregnantboy wants to merge 1 commit intodatabricks/2-app-skeletonfrom
Open
[DATABRICKS-3] PLU-600: add dynamic data queries, dynamic actions, and GraphQL mutation#1528pregnantboy wants to merge 1 commit intodatabricks/2-app-skeletonfrom
pregnantboy wants to merge 1 commit intodatabricks/2-app-skeletonfrom
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7651d1b to
ed3204a
Compare
9df0e2b to
23f55f5
Compare
ed3204a to
c7de60f
Compare
23f55f5 to
6e6fe2e
Compare
6e6fe2e to
62c5d53
Compare
kevinkim-ogp
approved these changes
Apr 15, 2026
Contributor
kevinkim-ogp
left a comment
There was a problem hiding this comment.
lgtm, tested that dynamic data and dynamic actions work!
only thing is to address the graphite comment in create-column.ts so that the BadUserInputError is thrown as intended
c7de60f to
f03d4f1
Compare
62c5d53 to
e8e971b
Compare
Add list-table-names, list-table-columns, create-table, and create-column dynamic data handlers. Add IDynamicAction type, DynamicActionInput GraphQL schema, and dynamicAction mutation resolver. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
e8e971b to
ea3ac20
Compare
f03d4f1 to
6741ce2
Compare
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 free
to 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.

Add Databricks table and column management functionality
Add list-table-names, list-table-columns, create-table, and create-column dynamic data handlers for Databricks integration. Add IDynamicAction type to support action-based dynamic operations, DynamicActionInput GraphQL schema for mutation parameters, and dynamicAction mutation resolver to execute dynamic actions with proper validation and error handling.