jeremy98
Honored Contributor

Thanks for your response,
I mean actually in databricks.yaml I have this declaration:

include:
#- resources/sync_delta_and_db.job.yml
- resources/sync_data_from_prod_to_staging.job.yml

I don't want to deploy also the first resource in staging environment because it is a workflow strictly needed in production and not in staging... so how can I exclude it without comment that line of code?