JM
JM
Hi there! Similarly to https://github.com/databrickslabs/terraform-provider-databricks/issues/1270 , it is currently impossible to retrieve data about DataBricks Jobs other than merely the id I propose a new data source which will provide...
if you have a standard `.env` file: ```.env export USER_EMAIL="${USER_EMAIL:-$(git config --get user.email)}" export JOB_NAME="${CI_PROJECT_PATH//\//-}" export UPPER_STAGE=$( echo $CI_ENVIRONMENT_STAGE | awk '{ print toupper(substr($1,1,1)) substr($1,2) }' ) export BUILD_JOB_NAME="Build Job...
I can't connect to an AWS MemoryDB cluster using SSL; I get an exception: `redis.clients.jedis.exceptions.JedisConnectionException`. Using the TablePlus app on macOS, I was able to connect with the same params...
I set the custom font for all the text as Source Code Pro (Google Fonts), but upon exporting to PNG all the fonts have reverted to some nasty serif'd font
Specifying a `name` argument to `Confluence.attach_content()` like `my/path/to/file.png` results in an error: "can't attach file with the same name 'file.png'" well, it isn't the same name; the API is messing...
It appears a new change to Handlebars starting from version 4.6.0 means the sheet and order data does not appear to render in `index`, because "Handlebars forbids accessing prototype properties...
In the Standard image, it lists Spark Submit jobs, but after `cd`ing into the `/bin` directory, I don't see any `spark-submit` script...
currently i'm just looping results of `fs ls` and appending results of command to the end of the root path before running the command again until i reach the file...
Steps: ```console # databricks runs list WARN: Your CLI is configured to use Jobs API 2.0. In order to use the latest Jobs features please upgrade to 2.1: 'databricks jobs...