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.
This field supports stamp variables. |