2023-11-13 11:29:40 +00:00
|
|
|
bundle:
|
2024-06-02 12:53:27 +00:00
|
|
|
name: bundle_permissions
|
2023-11-13 11:29:40 +00:00
|
|
|
|
2024-06-02 12:53:27 +00:00
|
|
|
permissions:
|
|
|
|
- level: CAN_RUN
|
|
|
|
user_name: test@company.com
|
2023-11-13 11:29:40 +00:00
|
|
|
|
|
|
|
targets:
|
2024-06-02 12:53:27 +00:00
|
|
|
development:
|
2024-04-25 07:33:08 +00:00
|
|
|
permissions:
|
|
|
|
- level: CAN_MANAGE
|
2024-06-02 12:53:27 +00:00
|
|
|
group_name: devs
|
|
|
|
- level: CAN_VIEW
|
|
|
|
service_principal_name: 1234-abcd
|
|
|
|
- level: CAN_RUN
|
|
|
|
user_name: bot@company.com
|
|
|
|
|
|
|
|
resources:
|
|
|
|
pipelines:
|
|
|
|
nyc_taxi_pipeline:
|
|
|
|
target: nyc_taxi_production
|
|
|
|
development: false
|
|
|
|
photon: true
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
pipeline_schedule:
|
|
|
|
name: Daily refresh of production pipeline
|
|
|
|
|
|
|
|
schedule:
|
|
|
|
quartz_cron_expression: 6 6 11 * * ?
|
|
|
|
timezone_id: UTC
|
|
|
|
|
|
|
|
tasks:
|
|
|
|
- pipeline_task:
|
|
|
|
pipeline_id: "to be interpolated"
|