Skip to content

Latest commit

 

History

History
47 lines (42 loc) · 1.03 KB

dbk_configure.md

File metadata and controls

47 lines (42 loc) · 1.03 KB

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.