What do you want to automate

with npm and Databricks?

Prompt, edit and deploy AI agents that connect to npm, Databricks and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create SQL Warehouse with Databricks API on New Download Counts from npm API
npm + Databricks
 
Try it
Delete SQL Warehouse with Databricks API on New Download Counts from npm API
npm + Databricks
 
Try it
Edit SQL Warehouse with Databricks API on New Download Counts from npm API
npm + Databricks
 
Try it
Get Run Output with Databricks API on npm Download Counts from npm API
npm + Databricks
 
Try it
Get SQL Warehouse Config with Databricks API on New Download Counts from npm API
npm + Databricks
 
Try it
New Download Counts from the npm API

Emit new event with the latest count of downloads for an npm package. See the documentation

 
Try it
New Package Version from the npm API

Emit new event when a new version of an npm package is published. See the documentation

 
Try it
Create SQL Warehouse with the Databricks API

Creates a new SQL Warehouse in Databricks. See the documentation

 
Try it
Delete SQL Warehouse with the Databricks API

Deletes a SQL Warehouse by ID. See the documentation

 
Try it
Edit SQL Warehouse with the Databricks API

Edits the configuration of an existing SQL Warehouse. See the documentation

 
Try it
Get Run Output with the Databricks API

Retrieve the output and metadata of a single task run. See the documentation

 
Try it
Get SQL Warehouse with the Databricks API

Retrieves details for a specific SQL Warehouse. See docs

 
Try it
Integrate the npm API with the Databricks API
Setup the npm API trigger to run a workflow which integrates with the Databricks API. Pipedream's integration platform allows you to integrate npm and Databricks remarkably fast. Free for developers.

Overview of Databricks

The Databricks API allows you to interact programmatically with Databricks services, enabling you to manage clusters, jobs, notebooks, and other resources within Databricks environments. Through Pipedream, you can leverage these APIs to create powerful automations and integrate with other apps for enhanced data processing, transformation, and analytics workflows. This unlocks possibilities like automating cluster management, dynamically running jobs based on external triggers, and orchestrating complex data pipelines with ease.

Connect Databricks

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    databricks: {
      type: "app",
      app: "databricks",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.databricks.$auth.domain}.cloud.databricks.com/api/2.0/preview/scim/v2/Me`,
      headers: {
        Authorization: `Bearer ${this.databricks.$auth.access_token}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo