-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathlabs.yml
42 lines (42 loc) · 1.43 KB
/
labs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
name: dqx
description: Data Quality Framework for PySpark Workloads
install:
script: src/databricks/labs/dqx/installer/install.py
uninstall:
script: src/databricks/labs/dqx/installer/uninstall.py
entrypoint: src/databricks/labs/dqx/cli.py
min_python: 3.10
commands:
- name: open-remote-config
description: Opens remote configuration in the browser
- name: installations
description: Show installations by different users on the same workspace
table_template: |-
Path\tVersion\Input
{{range .}}{{.path}}\t{{.version}}\t{{.input}}
{{end}}
- name: validate-checks
description: Validate checks
flags:
- name: run-config
description: Run config to use
table_template: |-
{{range .}}{{.error}}
{{end}}
- name: profile
description: Profile input data and generate quality rule (checks) candidates
flags:
- name: run-config
description: (Optional) Selects run configuration from installation config. If not provided, use the "default" run configuration.
- name: workflows
description: Show deployed workflows and their latest run state
table_template: |-
Workflow\tWorkflow ID\tState\tStarted
{{range .}}{{.workflow}}\t{{.workflow_id}}\t{{.state}}\t{{.started}}
{{end}}
- name: logs
description: Show logs from the latest job run
flags:
- name: workflow
description: Name of the workflow to show logs for, e.g. profiler