
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
With dbt-ibis you can write your dbt models using Ibis. You can find the full documentation here.
A simple dbt-ibis model looks like this:
from dbt_ibis import depends_on, ref
@depends_on(ref("stg_stores"))
def model(stores):
return stores.filter(stores["country"] == "USA")
You can install dbt-ibis
via pip or conda:
pip install dbt-ibis
# or
conda install -c conda-forge dbt-ibis
In addition, you'll need to install the relevant Ibis
backend for your database.
You can read about the advantages of combining dbt and Ibis in this blog post.
pip install -e '.[dev]'
You can run linters and tests with
hatch run linters
hatch run tests
FAQs
Unknown package
We found that dbt-ibis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.