dbt2
OSDL-DBT-2 test kit
Module:
Categories:
Overview
PGDG 1st Party Extension: dbt2
: OSDL-DBT-2 test kit
Information
- Extension ID: 3220
- Extension Name:
dbt2
- Package Name:
dbt2
- Category:
LANG
- License: Artistic
- Website: https://github.com/osdldbt/dbt2
- Language: C
- Extra Tags:
test
- Comment: N/A
Metadata
- Latest Version: 0.45.0
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
dbt2-pg$v-extensions*
- RPM Ver :
0.45.0
- RPM Deps: N/A
- DEB Repo: None
- DEB Name:
N/A
- DEB Ver : N/A
- DEB Deps: N/A
Packages
OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
---|---|---|---|---|---|---|
el8 |
x86_64 |
|||||
el8 |
aarch64 |
|||||
el9 |
x86_64 |
|||||
el9 |
aarch64 |
|||||
d12 |
x86_64 |
|||||
d12 |
aarch64 |
|||||
u22 |
x86_64 |
|||||
u22 |
aarch64 |
|||||
u24 |
x86_64 |
|||||
u24 |
aarch64 |
Installation
Install dbt2
via the pig
CLI tool:
pig ext install dbt2
Install dbt2
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["dbt2"]}' # -l <cls>
Install dbt2
RPM from YUM repo directly:
dnf install dbt2-pg17-extensions*;
dnf install dbt2-pg16-extensions*;
dnf install dbt2-pg15-extensions*;
dnf install dbt2-pg14-extensions*;
dnf install dbt2-pg13-extensions*;
Enable dbt2
extension on PostgreSQL cluster:
CREATE EXTENSION dbt2;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.