{"id":13703364,"url":"https://github.com/binste/dbt-ibis","last_synced_at":"2025-04-06T13:09:12.065Z","repository":{"id":192851464,"uuid":"687511255","full_name":"binste/dbt-ibis","owner":"binste","description":"Write your dbt models using Ibis","archived":false,"fork":false,"pushed_at":"2025-03-18T07:31:42.000Z","size":1920,"stargazers_count":64,"open_issues_count":7,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T12:06:44.600Z","etag":null,"topics":["data","dbt","ibis"],"latest_commit_sha":null,"homepage":"https://binste.github.io/dbt-ibis/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binste.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-09-05T14:01:18.000Z","updated_at":"2025-03-18T07:31:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6f5949c-9cf1-41f9-b628-653d51b2100c","html_url":"https://github.com/binste/dbt-ibis","commit_stats":null,"previous_names":["binste/dbt-ibis"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binste%2Fdbt-ibis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binste%2Fdbt-ibis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binste%2Fdbt-ibis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binste%2Fdbt-ibis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binste","download_url":"https://codeload.github.com/binste/dbt-ibis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485287,"owners_count":20946398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["data","dbt","ibis"],"created_at":"2024-08-02T21:00:53.923Z","updated_at":"2025-04-06T13:09:12.038Z","avatar_url":"https://github.com/binste.png","language":"Python","funding_links":[],"categories":["Packages"],"sub_categories":[],"readme":"# dbt-ibis\nWith dbt-ibis you can write your [dbt](https://www.getdbt.com/) models using [Ibis](https://ibis-project.org/). You can find the full documentation [here](https://binste.github.io/dbt-ibis/intro.html).\n\nA simple dbt-ibis model looks like this:\n```python\nfrom dbt_ibis import depends_on, ref\n\n\n@depends_on(ref(\"stg_stores\"))\ndef model(stores):\n    return stores.filter(stores[\"country\"] == \"USA\")\n```\n\nYou can install `dbt-ibis` via pip or conda:\n```bash\npip install dbt-ibis\n# or\nconda install -c conda-forge dbt-ibis\n```\n\nIn addition, you'll need to install the relevant [`Ibis` backend](https://ibis-project.org/install) for your database.\n\nYou can read about the advantages of combining dbt and Ibis in [this blog post](https://ibis-project.org/posts/dbt-ibis/).\n\n\n## Development\n```bash\npip install -e '.[dev]'\n```\n\nYou can run linters and tests with\n```bash\nhatch run linters\nhatch run tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinste%2Fdbt-ibis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinste%2Fdbt-ibis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinste%2Fdbt-ibis/lists"}