From 353d6dce244f2fc84b09aa89920fdf533716653f Mon Sep 17 00:00:00 2001 From: Carl Cervone <42869436+ccerv1@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:08:25 -0500 Subject: [PATCH] add: gitcoin round asset (#2578) --- warehouse/oso_dagster/assets/gitcoin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/warehouse/oso_dagster/assets/gitcoin.py b/warehouse/oso_dagster/assets/gitcoin.py index 8eff26749..8b49f5297 100644 --- a/warehouse/oso_dagster/assets/gitcoin.py +++ b/warehouse/oso_dagster/assets/gitcoin.py @@ -45,5 +45,9 @@ "table": "all_matching", "write_disposition": "replace", }, + { + "table": "public.Round", + "write_disposition": "replace", + }, ], )