1
- dg list component-type
1
+ dg list plugins
2
2
3
3
Using /.../jaffle-platform/.venv/bin/dagster-components
4
4
┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
@@ -7,6 +7,11 @@ Using /.../jaffle-platform/.venv/bin/dagster-components
7
7
│ dagster │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┓ │
8
8
│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │
9
9
│ │ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━┩ │
10
+ │ │ │ dagster.asset │ Create a │ [scaffold-targ… │ │
11
+ │ │ │ │ definition for │ │ │
12
+ │ │ │ │ how to compute │ │ │
13
+ │ │ │ │ an asset. │ │ │
14
+ │ │ ├─────────────────────────────────────────────────────────────┼──────────────────┼─────────────────┤ │
10
15
│ │ │ dagster.components.DefinitionsComponent │ An arbitrary set │ [component, │ │
11
16
│ │ │ │ of dagster │ scaffold-targe… │ │
12
17
│ │ │ │ definitions. │ │ │
@@ -23,6 +28,23 @@ Using /.../jaffle-platform/.venv/bin/dagster-components
23
28
│ │ │ │ executed with │ │ │
24
29
│ │ │ │ Dagster's │ │ │
25
30
│ │ │ │ PipesSubprocess… │ │ │
31
+ │ │ ├─────────────────────────────────────────────────────────────┼──────────────────┼─────────────────┤ │
32
+ │ │ │ dagster.schedule │ Creates a │ [scaffold-targ… │ │
33
+ │ │ │ │ schedule │ │ │
34
+ │ │ │ │ following the │ │ │
35
+ │ │ │ │ provided cron │ │ │
36
+ │ │ │ │ schedule and │ │ │
37
+ │ │ │ │ requests runs │ │ │
38
+ │ │ │ │ for the provided │ │ │
39
+ │ │ │ │ job. │ │ │
40
+ │ │ ├─────────────────────────────────────────────────────────────┼──────────────────┼─────────────────┤ │
41
+ │ │ │ dagster.sensor │ Creates a sensor │ [scaffold-targ… │ │
42
+ │ │ │ │ where the │ │ │
43
+ │ │ │ │ decorated │ │ │
44
+ │ │ │ │ function is used │ │ │
45
+ │ │ │ │ as the sensor's │ │ │
46
+ │ │ │ │ evaluation │ │ │
47
+ │ │ │ │ function. │ │ │
26
48
│ │ └─────────────────────────────────────────────────────────────┴──────────────────┴─────────────────┘ │
27
49
│ dagster_sling │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┓ │
28
50
│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │
0 commit comments