databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
456 stars 393 forks source link

[FEATURE] multiple git_source #4221

Open vdevcicinf opened 1 week ago

vdevcicinf commented 1 week ago

Use-cases

Hello, is it possible to have multiple git_source blocks in the resource "databricks_job" ?

I want to have workflow where I have multiple tasks, and I want one task to use files from git source called A while other task uses git_source from git repo called B.

Is something like this possible? I see I can create this in databricks UI or through databricks assets bundle yaml.

alexott commented 1 week ago

No, it's not possible. It's a limitation of the existing APIs.