Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 06:49 AM
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?
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?