Skip to content

Commit

Permalink
Updating doc
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Aug 28, 2024
1 parent f2a05a9 commit 706193e
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 1 deletion.
11 changes: 11 additions & 0 deletions datahub-web-react/src/images/dagsterlogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions datahub-web-react/src/images/prefectlogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion docs-website/filterTagIndexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"tags": {
"Platform Type": "Orchestrator",
"Connection Type": "Pull",
"Features": "Stateful Ingestion, UI Ingestion, Status Aspect"
"Features": "Status Aspect"
}
},
{
Expand Down Expand Up @@ -429,6 +429,17 @@
"Features": "Stateful Ingestion, Lower Casing, Status Aspect"
}
},
{
"Path": "docs/lineage/prefect",
"imgPath": "img/logos/platforms/prefect.svg",
"Title": "Prefect",
"Description": "Prefect is a modern workflow orchestration for data and ML engineers.",
"tags": {
"Platform Type": "Orchestrator",
"Connection Type": "Pull",
"Features": "Status Aspect"
}
},
{
"Path": "docs/generated/ingestion/sources/presto",
"imgPath": "img/logos/platforms/presto.svg",
Expand Down
2 changes: 2 additions & 0 deletions docs-website/src/pages/_components/Logos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const platformLogos = [
name: "CouchBase",
imageUrl: "/img/logos/platforms/couchbase.svg",
},
{ name: "Dagster", imageUrl: "/img/logos/platforms/dagster.png" },
{ name: "Databricks", imageUrl: "/img/logos/platforms/databricks.png" },
{ name: "DBT", imageUrl: "/img/logos/platforms/dbt.svg" },
{ name: "Deltalake", imageUrl: "/img/logos/platforms/deltalake.svg" },
Expand Down Expand Up @@ -87,6 +88,7 @@ const platformLogos = [
{ name: "Pinot", imageUrl: "/img/logos/platforms/pinot.svg" },
{ name: "PostgreSQL", imageUrl: "/img/logos/platforms/postgres.svg" },
{ name: "PowerBI", imageUrl: "/img/logos/platforms/powerbi.png" },
{ name: "Prefect", imageUrl: "/img/logos/platforms/prefect.svg" },
{ name: "Presto", imageUrl: "/img/logos/platforms/presto.svg" },
{ name: "Protobuf", imageUrl: "/img/logos/platforms/protobuf.png" },
{ name: "Pulsar", imageUrl: "/img/logos/platforms/pulsar.png" },
Expand Down
1 change: 1 addition & 0 deletions docs-website/static/img/logos/platforms/prefect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions metadata-service/war/src/main/resources/boot/data_platforms.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
"logoUrl": "/assets/platforms/couchbaselogo.png"
}
},
{
"urn": "urn:li:dataPlatform:dagster",
"aspect": {
"datasetNameDelimiter": "/",
"name": "dagster",
"displayName": "Dagster",
"type": "OTHERS",
"logoUrl": "/assets/platforms/dagsterlogo.png"
}
},
{
"urn": "urn:li:dataPlatform:external",
"aspect": {
Expand Down Expand Up @@ -247,6 +257,16 @@
"logoUrl": "/assets/platforms/postgreslogo.png"
}
},
{
"urn": "urn:li:dataPlatform:presto",
"aspect": {
"datasetNameDelimiter": ".",
"name": "prefect",
"displayName": "Prefect",
"type": "OTHERS",
"logoUrl": "/assets/platforms/prefectlogo.png"
}
},
{
"urn": "urn:li:dataPlatform:presto",
"aspect": {
Expand Down

0 comments on commit 706193e

Please sign in to comment.