Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Dagster to integrations page #380

Merged
merged 3 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/data/connectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
"tags": ["ClickHouse"],
"thumbnail": "./images/connectors/clickhouse_logo.png"
},
{
"name": "Dagster",
"description": "Use the Delta Lake IO Manager to read from and write to Delta Lake in your Dagster orchestration pipelines.",
"url": "https://dagster.io/",
"docs": "https://delta-io.github.io/delta-rs/integrations/delta-lake-dagster/",
"source_code": "https://github.com/dagster-io/dagster/tree/e556a8a1d0062ac17e169e656c20fb68f82e8450/python_modules/libraries/dagster-deltalake",
"tags": ["Dagster", "Python"],
"thumbnail": "./images/connectors/dagster.png"
},
{
"name": "Delta Rust API ",
"description": "This library allows Rust (with Python bindings) low level access to Delta tables and is intended to be used with data processing frameworks like datafusion, ballista, rust-dataframe, vega, etc.",
Expand Down
Binary file added src/data/images/connectors/dagster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading