npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/azure_databricks

v3.0.0

Published

DataFire integration for DatabricksClient

Downloads

8

Readme

@datafire/azure_databricks

Client library for DatabricksClient

Installation and Usage

npm install --save @datafire/azure_databricks
let azure_databricks = require('@datafire/azure_databricks').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

ARM Databricks

Actions

Operations_List

Lists all of the available RP operations.

azure_databricks.Operations_List({
  "api-version": ""
}, context)

Input

  • input object
    • api-version required string: The API version to use for this operation.

Output

Workspaces_ListBySubscription

Gets all the workspaces within a subscription.

azure_databricks.Workspaces_ListBySubscription({
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • api-version required string: The API version to use for this operation.
    • subscriptionId required string: The ID of the target subscription.

Output

Workspaces_ListByResourceGroup

Gets all the workspaces within a resource group.

azure_databricks.Workspaces_ListByResourceGroup({
  "resourceGroupName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: The name of the resource group. The name is case insensitive.
    • api-version required string: The API version to use for this operation.
    • subscriptionId required string: The ID of the target subscription.

Output

Workspaces_Delete

Deletes the workspace.

azure_databricks.Workspaces_Delete({
  "resourceGroupName": "",
  "workspaceName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: The name of the resource group. The name is case insensitive.
    • workspaceName required string: The name of the workspace.
    • api-version required string: The API version to use for this operation.
    • subscriptionId required string: The ID of the target subscription.

Output

Output schema unknown

Workspaces_Get

Gets the workspace.

azure_databricks.Workspaces_Get({
  "resourceGroupName": "",
  "workspaceName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: The name of the resource group. The name is case insensitive.
    • workspaceName required string: The name of the workspace.
    • api-version required string: The API version to use for this operation.
    • subscriptionId required string: The ID of the target subscription.

Output

Workspaces_Update

Updates a workspace.

azure_databricks.Workspaces_Update({
  "parameters": {},
  "resourceGroupName": "",
  "workspaceName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • parameters required WorkspaceUpdate
    • resourceGroupName required string: The name of the resource group. The name is case insensitive.
    • workspaceName required string: The name of the workspace.
    • api-version required string: The API version to use for this operation.
    • subscriptionId required string: The ID of the target subscription.

Output

Workspaces_CreateOrUpdate

Creates a new workspace.

azure_databricks.Workspaces_CreateOrUpdate({
  "parameters": null,
  "resourceGroupName": "",
  "workspaceName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • parameters required Workspace
    • resourceGroupName required string: The name of the resource group. The name is case insensitive.
    • workspaceName required string: The name of the workspace.
    • api-version required string: The API version to use for this operation.
    • subscriptionId required string: The ID of the target subscription.

Output

Definitions

ErrorDetail

  • Error details. object
    • code required string: The error's code.
    • message required string: A human readable error message.
    • target string: Indicates which property in the request is responsible for the error.

ErrorInfo

  • The code and message for an error. object
    • code required string: A machine readable error code.
    • details array: error details.
    • innererror string: Inner error details if they exist.
    • message required string: A human readable error message.

ErrorResponse

  • Error response. object: Contains details when the response code indicates an error.

Operation

  • Operation object: REST API operation
    • display object: The object that represents the operation.
      • operation string: Operation type: Read, write, delete, etc.
      • provider string: Service provider: Microsoft.ResourceProvider
      • resource string: Resource on which the operation is performed.
    • name string: Operation name: {provider}/{resource}/{operation}

OperationListResult

  • OperationListResult object: Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results.
    • nextLink string: URL to get the next set of operation list results if there are any.
    • value array: List of Resource Provider operations supported by the Resource Provider resource provider.

ProvisioningState

  • ProvisioningState string (values: Accepted, Running, Ready, Creating, Created, Deleting, Deleted, Canceled, Failed, Succeeded, Updating): Provisioning status of the workspace.

Resource

  • Resource object: The core properties of ARM resources
    • id string: Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    • name string: The name of the resource
    • type string: The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Sku

  • Sku object: SKU for the resource.
    • name required string: The SKU name.
    • tier string: The SKU tier.

TrackedResource

  • TrackedResource object: The resource model definition for a ARM tracked top level resource
    • location required string: The geo-location where the resource lives
    • tags object: Resource tags.
    • id string: Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    • name string: The name of the resource
    • type string: The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Workspace

  • Workspace object: Information about workspace.
    • properties required WorkspaceProperties
    • sku Sku
    • location required string: The geo-location where the resource lives
    • tags object: Resource tags.
    • id string: Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    • name string: The name of the resource
    • type string: The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

WorkspaceCustomBooleanParameter

  • WorkspaceCustomBooleanParameter object: The value which should be used for this field.

WorkspaceCustomObjectParameter

  • WorkspaceCustomObjectParameter object: The value which should be used for this field.

WorkspaceCustomParameterType

  • WorkspaceCustomParameterType string (values: Bool, Object, String): Provisioning status of the workspace.

WorkspaceCustomParameters

WorkspaceCustomStringParameter

  • WorkspaceCustomStringParameter object: The Value.

WorkspaceListResult

  • WorkspaceListResult object: List of workspaces.
    • nextLink string: The URL to use for getting the next set of results.
    • value array: The array of workspaces.

WorkspaceProperties

  • WorkspaceProperties object: The workspace properties.

WorkspaceProviderAuthorization

  • WorkspaceProviderAuthorization object: The workspace provider authorization.
    • principalId required string: The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
    • roleDefinitionId required string: The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.

WorkspaceUpdate

  • WorkspaceUpdate object: An update to a workspace.
    • tags object: Resource tags.