Skip to content

Commit

Permalink
Adds Hamilton to producers (OpenLineage#3087)
Browse files Browse the repository at this point in the history
This adds hamilton to the producers page.
This uses a PNG because it seems the SVG
isn't actually used/resized anywhere. So just
making a PNG was simpler.

Signed-off-by: Stefan Krawczyk <stefan@dagworks.io>
  • Loading branch information
skrawcz authored Sep 14, 2024
1 parent dfc9eb9 commit b1275a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/static/ecosystem/producers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ export const Producers: Array<Partner> = [
docs_url: "",
org_url: "https://greatexpectations.io"
},
{
image: "hamilton_logo.png",
org: "DAGWorks Inc.",
description: "Using Hamilton's OpenLineageAdapter, you can automatically push data lineage information via any OpenLineage Client.",
docs_url: "https://hamilton.dagworks.io/",
org_url: "https://github.com/dagworks-inc/hamilton"
},
{
image: "keboola_logo_lg.svg",
org: "Keboola",
Expand Down
Binary file added website/static/img/hamilton_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1275a7

Please sign in to comment.