@azbake/ingredient-databricks
TypeScript icon, indicating that this package has built-in type declarations

0.1.151 • Public • Published

Changelogs

Overview

The SQLServer Logical ingredient is a plugin for bake. When included in a recipe, this will create a SQLServer Logical.

Usage

name: databricks
shortName: databricks
version: 1.0.0
ingredients:
  - "@azbake/ingredient-databricks@~"
resourceGroup: true
rgOverride: HCHB_DataAdmins_DataWarehouse_Dev
parallelRegions: false
variables:
  location : "centralus"
  workspaceName : "az_databricks_test"
  tier : "premium"
recipe:
  namespace:
    properties:
      type: "@azbake/ingredient-databricks"
      parameters:
        location : "[coreutils.variable('location')]"
        workspaceName : "[coreutils.variable('workspaceName')]"
        tier : "[coreutils.variable('tier')]"
property required description
location yes The geo-location where the resource lives
workspaceName Yes The name of the workspace.
tier Yes The SKU tier.

Utilities

Utility classes can be used inside of the bake.yaml file for parameter and source values.

DataBricksUtils class

| function | description | | create_resource_name() | Returns the name created for the Service Bus Namespace when deployed |

Function Details

create_resource_name()

Gets the name created for the App Service Plan when deployed.

...
parameters:
    planName: "[DataBricksUtils.create_resource_name()]"
...
Returns

string

Dependents (0)

Package Sidebar

Install

npm i @azbake/ingredient-databricks

Weekly Downloads

74

Version

0.1.151

License

MIT

Unpacked Size

33.3 kB

Total Files

15

Last publish

Collaborators

  • pipelinehchb