Ivan

Results 9 comments of Ivan

Looking for a partner to do presentation and demo with me. Perhaps a bit ambitious from my side, but preferably the ones for week 3 and week 4 Please contact...

I tried running apply twice in a row (I actually tried 5 times in a row) but it did not work. In my case I wanted to set `allow_cluster_create =...

@graciegoheen Any chance the PR will be merged soon?

Found a workaround, explained it in https://github.com/databricks/dbt-databricks/issues/1009#issuecomment-3360605433 However, documentation has to be updated...

Hello, I am trying to run a dbt python model on a serverless cluster, but the job run is constantly in environment version 1, and it does not install the...

Hello @kdazzle, Ah, thank you, I will try it out! Regarding the environment_key, I am wondering if this is something that is created specifically for the workflow/job run (as defined...

Hello again @kdazzle, I tried the following config: ``` version: 2 models: - name: my_model config: materialized: table submission_method: workflow_job python_job_config: additional_task_settings: { "environment_key": "my_env" } environments: [ { "environment_key":...

Hello again @kdazzle , Thank you for the suggestion! I did see that the dbt python model was an inner notebook, but did not think of using the magic pip...

I managed to get it working. ### Installing dependencies (works) As @kdazzle mentioned, the dbt python jobs are uploaded as notebooks, so installing the libraries can be done using magic...