Jaime Meza
Results
2
comments of
Jaime Meza
If we authenticate with environment variables how we could set or use Jobs API 2.1?
My solution was no use `DATABRICKS_HOST` and `DATABRICKS_TOKEN`, instead, I use `DBX_HOST` and `DBX_TOKEN` for example and manually create Databricks configuration file ~/.databrickscfg. That solves the issue at least for...