dbk_configure.md

November 11, 2020 ยท View on GitHub

dbk_configure

dbk_configure(name, profile)

For example, if the BUILD file contains:


dbk_configure(
  name = "cfg"
  profile = "DEFAULT",
)
Attributes
name Name, required

A unique name for this rule.

profile String, required

The name of the profile defined when set up authentication with databricks.

This value is defined when Set Up Authentication.

profile = "DEFAULT"

This field supports stamp variables.