Hi everyone
In the new declarative pipeline UI (preview), we have the option to define a root folder.

My ressource asset bundle is currently defined as:
resources:
jobs:
my_job:
name: "(${var.branch}) my_job"
tasks:
- task_key: my_pipeline
pipeline_task:
pipeline_id: ${resources.pipelines.my_pipeline.id}
pipelines:
my_pipeline:
name: "(${var.branch}) my_pipeline"
clusters:
... cluster setup
catalog: "${var.catalog_silver}"
schema: my_schema
target: my_schema
development: false
continuous: false
channel: CURRENT
edition: CORE
photon: true
serverless: false
libraries:
- file:
path: ${workspace.file_path}/src/silver/path_to_my_file/my_file.py
configuration:
bronze_catalog: "${var.catalog_bronze}"
bronze_schema: my_schema
root_path: "${workspace.file_path}/src"
But the root_path is not set during deployment. I have also tried it with root_folder as the key and tried to set it with the filter.include property but I can't get it working.
Does anyone know how to properly set this up in the asset bundle?
Thank you for your support.
Kind regards