Skip to content
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

Feature: Databricks Connection & Sync #3099

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

scott-ray-wilson
Copy link
Contributor

Description 📣

This PR adds support for Databricks Connections and Sync with documentation. In addition, App Connection & Secret Syncs have been alphabetized and minor variable name refactoring has been performed for code consistency.

CleanShot 2025-02-10 at 18 40 23@2x

CleanShot 2025-02-10 at 18 40 59@2x

Type ✨

  • Bug fix
  • New feature
  • Improvement
  • Breaking change
  • Documentation

Tests 🛠️

# Here's some code block to paste some code snippets

@@ -1,3 +1,4 @@
import { registerDatabricksSyncRouter } from "@app/server/routes/v1/secret-sync-routers/databricks-sync-router";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit - let's be consistent with the imports?

helperText={
<Tooltip
className="max-w-md"
content="Ensure that you've created the secret scope in the selected workspace, the service principal has been be assigned to the respective workspace and that your service principal has write permissions for the specified secret scope."

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

has been be assigned

typo?

@@ -1,5 +1,6 @@
import { useFormContext } from "react-hook-form";

import { DatabricksSyncFields } from "@app/components/secret-syncs/forms/SecretSyncDestinationFields/DatabricksSyncFields";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit - consistent imports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants