{"id":25094302,"url":"https://github.com/akihokurino/dbt-sample","last_synced_at":"2026-04-15T16:31:36.074Z","repository":{"id":276309490,"uuid":"928839196","full_name":"akihokurino/dbt-sample","owner":"akihokurino","description":"dbt sample","archived":false,"fork":false,"pushed_at":"2025-02-07T12:35:53.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-18T01:51:31.757Z","etag":null,"topics":["bigquery","dbt","python3"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akihokurino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-07T10:31:40.000Z","updated_at":"2025-02-07T12:35:56.000Z","dependencies_parsed_at":"2025-02-07T13:38:45.073Z","dependency_job_id":"5b9025d3-9d6d-4f8f-893b-850c9d972b98","html_url":"https://github.com/akihokurino/dbt-sample","commit_stats":null,"previous_names":["akihokurino/dbt-sample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akihokurino/dbt-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihokurino%2Fdbt-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihokurino%2Fdbt-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihokurino%2Fdbt-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihokurino%2Fdbt-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akihokurino","download_url":"https://codeload.github.com/akihokurino/dbt-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihokurino%2Fdbt-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31849703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigquery","dbt","python3"],"created_at":"2025-02-07T15:17:12.769Z","updated_at":"2026-04-15T16:31:36.055Z","avatar_url":"https://github.com/akihokurino.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbt sample\n\n## setup\n\n```shell\npython3 -m venv venv\nsource venv/bin/activate\npip install poetry\npoetry add dbt-bigquery\ndbt --version\ndbt init dbt_sample_bigquery\n```\n\n`~/.dbt/profiles.yml`\n\n```yaml\ndbt_sample_bigquery:\n  outputs:\n    dev:\n      dataset: my_dataset\n      job_execution_timeout_seconds: 300\n      job_retries: 1\n      location: asia-northeast1\n      method: oauth\n      priority: interactive\n      project: my_project\n      threads: 1\n      type: bigquery\n  target: dev\n```\n\n## execution\n\n```shell\ndbt debug\ndbt compile\ndbt run\n```\n\n## test\n\n```shell\ndbt deps\ndbt test\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakihokurino%2Fdbt-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakihokurino%2Fdbt-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakihokurino%2Fdbt-sample/lists"}