Skip to content

Commit

Permalink
add: gitcoin round asset
Browse files Browse the repository at this point in the history
  • Loading branch information
ccerv1 committed Dec 4, 2024
1 parent cfb40ab commit 18ad8c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions warehouse/oso_dagster/assets/gitcoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@
"table": "all_matching",
"write_disposition": "replace",
},
{
"table": "public.Round",
"write_disposition": "replace",
},
],
)

0 comments on commit 18ad8c0

Please sign in to comment.