diff --git a/website/static/ecosystem/producers.tsx b/website/static/ecosystem/producers.tsx index 8e9c9239b9..61bef950e4 100644 --- a/website/static/ecosystem/producers.tsx +++ b/website/static/ecosystem/producers.tsx @@ -50,6 +50,13 @@ export const Producers: Array = [ 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", diff --git a/website/static/img/hamilton_logo.png b/website/static/img/hamilton_logo.png new file mode 100644 index 0000000000..05391d7247 Binary files /dev/null and b/website/static/img/hamilton_logo.png differ