Skip to content

Instantly share code, notes, and snippets.

@drewbanin
Created June 25, 2022 18:09
Show Gist options
  • Save drewbanin/bb05aa0a4098a3907e558fa903cf6e46 to your computer and use it in GitHub Desktop.
Save drewbanin/bb05aa0a4098a3907e558fa903cf6e46 to your computer and use it in GitHub Desktop.
select
user_id,
starred_at as first_starred_at,
user,
_sdc_repository as repo_name
from {{ source('github', 'stargazers') }}
--filtering on the dbt repository
where repo_name in ('dbt-labs/dbt', 'dbt-labs/dbt-core')
and star_idx = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment