Skip to content

Commit 77b0c62

Browse files
committed
[dg] Remove dg list component-type
1 parent 71f05ad commit 77b0c62

File tree

12 files changed

+170
-70
lines changed

12 files changed

+170
-70
lines changed

examples/docs_snippets/docs_snippets/guides/components/index/17-dg-list-component-types.txt renamed to examples/docs_snippets/docs_snippets/guides/components/index/17-dg-list-plugins.txt

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dg list component-type
1+
dg list plugins
22

33
Using /.../jaffle-platform/.venv/bin/dagster-components
44
┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
@@ -7,6 +7,11 @@ Using /.../jaffle-platform/.venv/bin/dagster-components
77
│ dagster │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┓ │
88
│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │
99
│ │ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━┩ │
10+
│ │ │ dagster.asset │ Create a │ [scaffold-targ… │ │
11+
│ │ │ │ definition for │ │ │
12+
│ │ │ │ how to compute │ │ │
13+
│ │ │ │ an asset. │ │ │
14+
│ │ ├─────────────────────────────────────────────────────────────┼──────────────────┼─────────────────┤ │
1015
│ │ │ dagster.components.DefinitionsComponent │ An arbitrary set │ [component, │ │
1116
│ │ │ │ of dagster │ scaffold-targe… │ │
1217
│ │ │ │ definitions. │ │ │
@@ -23,6 +28,23 @@ Using /.../jaffle-platform/.venv/bin/dagster-components
2328
│ │ │ │ executed with │ │ │
2429
│ │ │ │ Dagster's │ │ │
2530
│ │ │ │ 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. │ │ │
2648
│ │ └─────────────────────────────────────────────────────────────┴──────────────────┴─────────────────┘ │
2749
│ dagster_dbt │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ │
2850
│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │

examples/docs_snippets/docs_snippets/guides/components/index/7-dg-list-component-types.txt renamed to examples/docs_snippets/docs_snippets/guides/components/index/7-dg-list-plugins.txt

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
dg list component-type
1+
dg list plugins
22

33
┏━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
44
┃ Plugin ┃ Objects ┃
55
┡━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
66
│ dagster │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┓ │
77
│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │
88
│ │ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━┩ │
9+
│ │ │ dagster.asset │ Create a │ [scaffold-target] │ │
10+
│ │ │ │ definition for how │ │ │
11+
│ │ │ │ to compute an │ │ │
12+
│ │ │ │ asset. │ │ │
13+
│ │ ├─────────────────────────────────────────────────────────────┼────────────────────┼─────────────────────┤ │
914
│ │ │ dagster.components.DefinitionsComponent │ An arbitrary set │ [component, │ │
1015
│ │ │ │ of dagster │ scaffold-target] │ │
1116
│ │ │ │ definitions. │ │ │
@@ -21,5 +26,20 @@ dg list component-type
2126
│ │ │ │ executed with │ │ │
2227
│ │ │ │ Dagster's │ │ │
2328
│ │ │ │ PipesSubprocessCl… │ │ │
29+
│ │ ├─────────────────────────────────────────────────────────────┼────────────────────┼─────────────────────┤ │
30+
│ │ │ dagster.schedule │ Creates a schedule │ [scaffold-target] │ │
31+
│ │ │ │ following the │ │ │
32+
│ │ │ │ provided cron │ │ │
33+
│ │ │ │ schedule and │ │ │
34+
│ │ │ │ requests runs for │ │ │
35+
│ │ │ │ the provided job. │ │ │
36+
│ │ ├─────────────────────────────────────────────────────────────┼────────────────────┼─────────────────────┤ │
37+
│ │ │ dagster.sensor │ Creates a sensor │ [scaffold-target] │ │
38+
│ │ │ │ where the │ │ │
39+
│ │ │ │ decorated function │ │ │
40+
│ │ │ │ is used as the │ │ │
41+
│ │ │ │ sensor's │ │ │
42+
│ │ │ │ evaluation │ │ │
43+
│ │ │ │ function. │ │ │
2444
│ │ └─────────────────────────────────────────────────────────────┴────────────────────┴─────────────────────┘ │
2545
└─────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

examples/docs_snippets/docs_snippets/guides/components/index/8-dg-list-component-types.txt renamed to examples/docs_snippets/docs_snippets/guides/components/index/8-dg-list-plugins.txt

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dg list component-type
1+
dg list plugins
22

33
Using /.../jaffle-platform/.venv/bin/dagster-components
44
┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
@@ -7,6 +7,11 @@ Using /.../jaffle-platform/.venv/bin/dagster-components
77
│ dagster │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┓ │
88
│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │
99
│ │ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━┩ │
10+
│ │ │ dagster.asset │ Create a │ [scaffold-targ… │ │
11+
│ │ │ │ definition for │ │ │
12+
│ │ │ │ how to compute │ │ │
13+
│ │ │ │ an asset. │ │ │
14+
│ │ ├─────────────────────────────────────────────────────────────┼──────────────────┼─────────────────┤ │
1015
│ │ │ dagster.components.DefinitionsComponent │ An arbitrary set │ [component, │ │
1116
│ │ │ │ of dagster │ scaffold-targe… │ │
1217
│ │ │ │ definitions. │ │ │
@@ -23,6 +28,23 @@ Using /.../jaffle-platform/.venv/bin/dagster-components
2328
│ │ │ │ executed with │ │ │
2429
│ │ │ │ Dagster's │ │ │
2530
│ │ │ │ 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. │ │ │
2648
│ │ └─────────────────────────────────────────────────────────────┴──────────────────┴─────────────────┘ │
2749
│ dagster_sling │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┓ │
2850
│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │

0 commit comments

Comments
 (0)