Skip to content

Commit

Permalink
fix(dbt): include unlabeled projects from oss-funding csv
Browse files Browse the repository at this point in the history
  • Loading branch information
ccerv1 committed Dec 18, 2024
1 parent 310e11f commit 15af465
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ with oss_funding_data as (
parse_json(metadata_json) as metadata_json
from {{ source('static_data_sources', 'oss_funding_v1') }}
where
to_project_name is not null
and from_funder_name is not null
from_funder_name is not null
and amount is not null
),

Expand Down

0 comments on commit 15af465

Please sign in to comment.