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.
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 calledB
.Is something like this possible? I see I can create this in databricks UI or through databricks assets bundle yaml.