|
| 1 | +dg list plugins |
| 2 | + |
| 3 | + |
| 4 | + warnings.warn(message) |
| 5 | +Using /.../jaffle-platform/.venv/bin/dagster-components |
| 6 | +┏━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ |
| 7 | +┃ Plugin ┃ Objects ┃ |
| 8 | +┡━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ |
| 9 | +│ dagster │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┓ │ |
| 10 | +│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │ |
| 11 | +│ │ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━┩ │ |
| 12 | +│ │ │ dagster.asset │ Create a │ [scaffold-tar… │ │ |
| 13 | +│ │ │ │ definition for │ │ │ |
| 14 | +│ │ │ │ how to compute │ │ │ |
| 15 | +│ │ │ │ an asset. │ │ │ |
| 16 | +│ │ ├─────────────────────────────────────────────────────────────┼────────────────┼────────────────┤ │ |
| 17 | +│ │ │ dagster.components.DefinitionsComponent │ An arbitrary │ [component, │ │ |
| 18 | +│ │ │ │ set of dagster │ scaffold-targ… │ │ |
| 19 | +│ │ │ │ definitions. │ │ │ |
| 20 | +│ │ ├─────────────────────────────────────────────────────────────┼────────────────┼────────────────┤ │ |
| 21 | +│ │ │ dagster.components.DefsFolderComponent │ A folder which │ [component, │ │ |
| 22 | +│ │ │ │ may contain │ scaffold-targ… │ │ |
| 23 | +│ │ │ │ multiple │ │ │ |
| 24 | +│ │ │ │ submodules, │ │ │ |
| 25 | +│ │ │ │ each │ │ │ |
| 26 | +│ │ │ │ which define │ │ │ |
| 27 | +│ │ │ │ components. │ │ │ |
| 28 | +│ │ ├─────────────────────────────────────────────────────────────┼────────────────┼────────────────┤ │ |
| 29 | +│ │ │ dagster.components.PipesSubprocessScriptCollectionComponent │ Assets that │ [component, │ │ |
| 30 | +│ │ │ │ wrap Python │ scaffold-targ… │ │ |
| 31 | +│ │ │ │ scripts │ │ │ |
| 32 | +│ │ │ │ executed with │ │ │ |
| 33 | +│ │ │ │ Dagster's │ │ │ |
| 34 | +│ │ │ │ PipesSubproce… │ │ │ |
| 35 | +│ │ ├─────────────────────────────────────────────────────────────┼────────────────┼────────────────┤ │ |
| 36 | +│ │ │ dagster.schedule │ Creates a │ [scaffold-tar… │ │ |
| 37 | +│ │ │ │ schedule │ │ │ |
| 38 | +│ │ │ │ following the │ │ │ |
| 39 | +│ │ │ │ provided cron │ │ │ |
| 40 | +│ │ │ │ schedule and │ │ │ |
| 41 | +│ │ │ │ requests runs │ │ │ |
| 42 | +│ │ │ │ for the │ │ │ |
| 43 | +│ │ │ │ provided job. │ │ │ |
| 44 | +│ │ ├─────────────────────────────────────────────────────────────┼────────────────┼────────────────┤ │ |
| 45 | +│ │ │ dagster.sensor │ Creates a │ [scaffold-tar… │ │ |
| 46 | +│ │ │ │ sensor where │ │ │ |
| 47 | +│ │ │ │ the decorated │ │ │ |
| 48 | +│ │ │ │ function is │ │ │ |
| 49 | +│ │ │ │ used as the │ │ │ |
| 50 | +│ │ │ │ sensor's │ │ │ |
| 51 | +│ │ │ │ evaluation │ │ │ |
| 52 | +│ │ │ │ function. │ │ │ |
| 53 | +│ │ └─────────────────────────────────────────────────────────────┴────────────────┴────────────────┘ │ |
| 54 | +│ dagster_dbt │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ │ |
| 55 | +│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │ |
| 56 | +│ │ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ |
| 57 | +│ │ │ dagster_dbt.DbtProjectComponent │ Expose a DBT project to │ [component, scaffold-target] │ │ |
| 58 | +│ │ │ │ Dagster as a set of assets. │ │ │ |
| 59 | +│ │ └─────────────────────────────────┴──────────────────────────────┴──────────────────────────────┘ │ |
| 60 | +│ dagster_evidence │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ │ |
| 61 | +│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │ |
| 62 | +│ │ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ |
| 63 | +│ │ │ dagster_evidence.EvidenceProject │ Expose an Evidence.dev │ [component, │ │ |
| 64 | +│ │ │ │ dashboard as a Dagster │ scaffold-target] │ │ |
| 65 | +│ │ │ │ asset. │ │ │ |
| 66 | +│ │ └──────────────────────────────────┴──────────────────────────────┴─────────────────────────────┘ │ |
| 67 | +│ dagster_sling │ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┓ │ |
| 68 | +│ │ ┃ Symbol ┃ Summary ┃ Features ┃ │ |
| 69 | +│ │ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━┩ │ |
| 70 | +│ │ │ dagster_sling.SlingReplicationCollectionComponent │ Expose one or more │ [component, │ │ |
| 71 | +│ │ │ │ Sling replications │ scaffold-target] │ │ |
| 72 | +│ │ │ │ to Dagster as │ │ │ |
| 73 | +│ │ │ │ assets. │ │ │ |
| 74 | +│ │ └───────────────────────────────────────────────────┴─────────────────────┴─────────────────────┘ │ |
| 75 | +└──────────────────┴───────────────────────────────────────────────────────────────────────────────────────────────────┘ |
0 commit comments