Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/dbt-labs/dbt-core
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
https://github.com/dbt-labs/dbt-core
Ensure unit test models can depend on external nodes
QMalcolm opened this pull request about 1 year ago
QMalcolm opened this pull request about 1 year ago
replace dbt/common with dbt-common
MichelleArk opened this pull request about 1 year ago
MichelleArk opened this pull request about 1 year ago
Fix package-lock file's bad indentation
jx2lee opened this pull request about 1 year ago
jx2lee opened this pull request about 1 year ago
[CT-3528] [Feature] Define a "yeslist" of downstream projects that can reference specific `protected` model(s)
jtcohen6 opened this issue about 1 year ago
jtcohen6 opened this issue about 1 year ago
[CT-3527] [implementation] extend access and groups to exposures & source
graciegoheen opened this issue about 1 year ago
graciegoheen opened this issue about 1 year ago
Decouple warn error options from core and adapters
MichelleArk opened this pull request about 1 year ago
MichelleArk opened this pull request about 1 year ago
[CT-3526] Remove import of dbt.adapters.events.types and dbt.events.types from dbt/common
MichelleArk opened this issue about 1 year ago
MichelleArk opened this issue about 1 year ago
[CT-3525] [Bug] Option `--no-send-anonymous-usage-stats` creates different behavior compared to `DBT_SEND_ANONYMOUS_USAGE_STATS=false`
mbarugelCA opened this issue about 1 year ago
mbarugelCA opened this issue about 1 year ago
generalize BaseConfig.update_from + call adapter factory methods in core
MichelleArk opened this pull request about 1 year ago
MichelleArk opened this pull request about 1 year ago
[CT-3524] Remove usage of dbt.adapters.factory in dbt/common
MichelleArk opened this issue about 1 year ago
MichelleArk opened this issue about 1 year ago
Decouple core exceptions from common
MichelleArk opened this pull request about 1 year ago
MichelleArk opened this pull request about 1 year ago
[CT-3522] Remove usage of dbt.exceptions from dbt/common
MichelleArk opened this issue about 1 year ago
MichelleArk opened this issue about 1 year ago
[CT-3521] [Feature] Implementing a sleep/wait command
clementmg-getaround opened this issue about 1 year ago
clementmg-getaround opened this issue about 1 year ago
Fix full-refresh and vars for retry
ChenyuLInx opened this pull request about 1 year ago
ChenyuLInx opened this pull request about 1 year ago
[CT-3518] [Bug] Retry should not print out warning when state path is not specified
graciegoheen opened this issue about 1 year ago
graciegoheen opened this issue about 1 year ago
move events only used by core to dbt/events
MichelleArk opened this pull request about 1 year ago
MichelleArk opened this pull request about 1 year ago
[CT-3517] consistent policy around cli args, env vars, etc. for `dbt retry`
graciegoheen opened this issue about 1 year ago
graciegoheen opened this issue about 1 year ago
1.4.7
likepyt opened this pull request about 1 year ago
likepyt opened this pull request about 1 year ago
added hook support for dbt source freshness
ofek1weiss opened this pull request about 1 year ago
ofek1weiss opened this pull request about 1 year ago
[CT-3516] [Feature] Add support for source table versions to source() function
james-johnston-thumbtack opened this issue about 1 year ago
james-johnston-thumbtack opened this issue about 1 year ago
[CT-3515] [Feature] Source freshness: allow `loaded_at_field` set to `null` at table level to overwrite default value set at the source level
kokorin opened this issue about 1 year ago
kokorin opened this issue about 1 year ago
[CT-3514] [Feature] Use formatting for `package-lock.yml` that passes `yamlint` linting checks
nevdelap opened this issue about 1 year ago
nevdelap opened this issue about 1 year ago
[CT-3513] [Bug] tags in properties/schema/etc yml files do not support `dbt run --select tag:my_tag`
IlyaDropit opened this issue about 1 year ago
IlyaDropit opened this issue about 1 year ago
OSS Standardization
Tonayya opened this pull request about 1 year ago
Tonayya opened this pull request about 1 year ago
Td 1.4.8
tommydangerous opened this pull request about 1 year ago
tommydangerous opened this pull request about 1 year ago
[CT-3512] [Bug] Presence of `+` in `column_type` config for seeds drops leading zeroes
sophiad96 opened this issue about 1 year ago
sophiad96 opened this issue about 1 year ago
Support custom expressions for incremental merge updates
monti-python opened this pull request about 1 year ago
monti-python opened this pull request about 1 year ago
[CT-3511] [Feature] Custom merge update expressions on incremental models
monti-python opened this issue about 1 year ago
monti-python opened this issue about 1 year ago
Resolve unparsed.py conflict
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
[CT-3510] [Bug] Post-hooks do not work for Python models with dbt-fal, postgres adapter
tarnpreetb123 opened this issue about 1 year ago
tarnpreetb123 opened this issue about 1 year ago
resolve merge conflict on unparsed.py
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
[CT-3509] [Bug] assets not being copied to target directory with `docs generate --project-dir`
hvignolo87 opened this issue about 1 year ago
hvignolo87 opened this issue about 1 year ago
merge main into feature/decouple-adapters-from-core
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
[CT-3508] Consolidate `system.rmdir` and `system.rmtree`
dbeatty10 opened this issue about 1 year ago
dbeatty10 opened this issue about 1 year ago
merge main into feature/decouple-adapters-from-core
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
[CT-3507] [Bug] Installing packages to cache location fails with "Cannot call rmtree on a symbolic link"
moltar opened this issue about 1 year ago
moltar opened this issue about 1 year ago
[CT-3506] [Bug] dbt-core using psycopg2-binary==2.9.6 succeeds, but psycopg2-binary==2.9.9 does not.
ooobii opened this issue about 1 year ago
ooobii opened this issue about 1 year ago
spike unit test versions
emmyoop opened this pull request about 1 year ago
emmyoop opened this pull request about 1 year ago
[CT-3505] [Bug] Unable to access global variables like schemas and database_schemas in dbt_project.yml on-run-end
gclarkjr5 opened this issue about 1 year ago
gclarkjr5 opened this issue about 1 year ago
Add config field to RelationConfig
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
[CT-3504] [Bug] Invalid message when the connection to a PostgreSQL database fails
Michael-cd30 opened this issue about 1 year ago
Michael-cd30 opened this issue about 1 year ago
update dbt-extractor version
ChenyuLInx opened this pull request about 1 year ago
ChenyuLInx opened this pull request about 1 year ago
scrappy
peterallenwebb opened this pull request about 1 year ago
peterallenwebb opened this pull request about 1 year ago
move system client to common
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
[CT-3503] move system.py to common
colin-rogers-dbt opened this issue about 1 year ago
colin-rogers-dbt opened this issue about 1 year ago
[CT-3502] remove dependency on RuntimeConfigObject
colin-rogers-dbt opened this issue about 1 year ago
colin-rogers-dbt opened this issue about 1 year ago
Update materialized views to use RelationConfigs and remove refs to dbt.utils
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
[CT-3501] [Epic] Streamline Incremental Strategies
dbeatty10 opened this issue about 1 year ago
dbeatty10 opened this issue about 1 year ago
Move UserConfig to dbt_project.yml and rename to ProjectFlags
gshank opened this pull request about 1 year ago
gshank opened this pull request about 1 year ago
Fix include for decoupling
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
Fix include for decoupling
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
Fix the way vars and --full-refresh interact with retry.
peterallenwebb opened this pull request about 1 year ago
peterallenwebb opened this pull request about 1 year ago
Add contributor to 1.1.0 release
dbeatty10 opened this pull request about 1 year ago
dbeatty10 opened this pull request about 1 year ago
[CT-3497] I want to add a description/label to each of the rows in my unit test to explicitly call out the edge cases I'm testing for
graciegoheen opened this issue about 1 year ago
graciegoheen opened this issue about 1 year ago
[CT-3496] allow "missing" inputs for inputs where you want to use empty mock data for unit test
graciegoheen opened this issue about 1 year ago
graciegoheen opened this issue about 1 year ago
[CT-3495] I want to use spacing to make my csv input/expected output mock data more readable for unit tests
graciegoheen opened this issue about 1 year ago
graciegoheen opened this issue about 1 year ago
[CT-3493] [Bug] unique_key list incremental model has performance issues on the delete phase
nfarinha opened this issue about 1 year ago
nfarinha opened this issue about 1 year ago
[CT-3491] Secret-Handling Review
peterallenwebb opened this issue about 1 year ago
peterallenwebb opened this issue about 1 year ago
[CT-3490] DBT Docs: Add Meta As A Filter Checkbox
DavidWeitbrecht opened this issue about 1 year ago
DavidWeitbrecht opened this issue about 1 year ago
[CT-3489] [Feature] Update `run_results.json` as each node finishes
sandeepmullangi2 opened this issue about 1 year ago
sandeepmullangi2 opened this issue about 1 year ago
Pass mp_context to adapter factory
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
Move Adapter Factory to Core
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
In build command run unit tests before models
gshank opened this pull request about 1 year ago
gshank opened this pull request about 1 year ago
[CT-3488] [Feature] Generate manifest at build time or in PR
colin-rogers-dbt opened this issue about 1 year ago
colin-rogers-dbt opened this issue about 1 year ago
Ensure support for external nodes in unit tests
QMalcolm opened this pull request about 1 year ago
QMalcolm opened this pull request about 1 year ago
Add current package selection syntax
barton996 opened this pull request about 1 year ago
barton996 opened this pull request about 1 year ago
[CT-3487] [Bug] `dbt show --inline` does not work when all models are disabled in `dbt_project.yml`
pgoslatara opened this issue about 1 year ago
pgoslatara opened this issue about 1 year ago
dbt init create project in current dir
lllong33 opened this pull request about 1 year ago
lllong33 opened this pull request about 1 year ago
Bump actions/setup-python from 4 to 5
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
[CT-3486] [Feature] Include JSON-formatted query comments for all queries within incremental models
codigo-ergo-sum opened this issue about 1 year ago
codigo-ergo-sum opened this issue about 1 year ago
[CT-3485] Semantic Layer custom calendar config support
QMalcolm opened this issue about 1 year ago
QMalcolm opened this issue about 1 year ago
[CT-3484] Support coarser granularity for cumulative metrics
QMalcolm opened this issue about 1 year ago
QMalcolm opened this issue about 1 year ago
[CT-3483] Support Semantic Layer timezone configs
QMalcolm opened this issue about 1 year ago
QMalcolm opened this issue about 1 year ago
[CT-3482] Support a "time spine" aggregation time dimension type
QMalcolm opened this issue about 1 year ago
QMalcolm opened this issue about 1 year ago
[CT-3481] [Bug] Manifest parsing yields None macro dependency
mazinesy opened this issue about 1 year ago
mazinesy opened this issue about 1 year ago
[CT-3480] Remove the "test" Directory
peterallenwebb opened this issue about 1 year ago
peterallenwebb opened this issue about 1 year ago
Update README.md
mirnawong1 opened this pull request about 1 year ago
mirnawong1 opened this pull request about 1 year ago
Cleanup spacing in array_construct macro
barskern opened this pull request about 1 year ago
barskern opened this pull request about 1 year ago
[CT-3479] [Bug] Failed custom generic test on `upstream` does not block `downstream_1` model from running if the custom generic test includes ref to `downstream_2`
jeremyyeo opened this issue about 1 year ago
jeremyyeo opened this issue about 1 year ago
[Backport 1.7.latest] Update parser to support conversion metrics #9173
QMalcolm opened this pull request about 1 year ago
QMalcolm opened this pull request about 1 year ago
[CT-3478] [Bug] Editing profiles as part of tests is not thread-safe
benc-db opened this issue about 1 year ago
benc-db opened this issue about 1 year ago
replace MacroResolver with MacroClient
MichelleArk opened this pull request about 1 year ago
MichelleArk opened this pull request about 1 year ago
[CT-3477] [OSS] OSS Standardization
emmyoop opened this issue about 1 year ago
emmyoop opened this issue about 1 year ago
add macro_context_generator on adapter
MichelleArk opened this pull request about 1 year ago
MichelleArk opened this pull request about 1 year ago
[CT-3476] Remove usage of dbt.context.manifest in dbt/adapters
MichelleArk opened this issue about 1 year ago
MichelleArk opened this issue about 1 year ago
[CT-3475] Remove usage of from dbt.contracts.graph.manifest in dbt/adapters
MichelleArk opened this issue about 1 year ago
MichelleArk opened this issue about 1 year ago
pass context to MacroQueryStringSetter
MichelleArk opened this pull request about 1 year ago
MichelleArk opened this pull request about 1 year ago
[CT-3474] Remove usage of dbt.clients.context in dbt/adapters
MichelleArk opened this issue about 1 year ago
MichelleArk opened this issue about 1 year ago
[CT-3473] Deadlocks in postgres related to drop cascade of `__dbt_backup` tables with downstream dependencies.
sheldonkhall opened this issue about 1 year ago
sheldonkhall opened this issue about 1 year ago
[CT-3472] [Regression] There is no way to change the target path for `dbt ls` command after the parameter was deprecated.
arbatskiy opened this issue about 1 year ago
arbatskiy opened this issue about 1 year ago
[CT-3471] Remove usage of dbt.parser.manifest in dbt/adapters
MichelleArk opened this issue about 1 year ago
MichelleArk opened this issue about 1 year ago
Add MacroResolverProtocol, remove lazy loading of manifest in adapter.execute_macro
MichelleArk opened this pull request about 1 year ago
MichelleArk opened this pull request about 1 year ago
Remove manifest from catalog and connection method signatures
MichelleArk opened this pull request about 1 year ago
MichelleArk opened this pull request about 1 year ago
[CT-3470] [Bug] `dbt deps` fails silently if user has no write perms to project directory
JoeKellyRVA opened this issue about 1 year ago
JoeKellyRVA opened this issue about 1 year ago
Merge main into feature/decouple-adapters-from-core
colin-rogers-dbt opened this pull request about 1 year ago
colin-rogers-dbt opened this pull request about 1 year ago
[CT-3469] [Feature] Model Inheritance / Partial Contracts
serene-capybara opened this issue about 1 year ago
serene-capybara opened this issue about 1 year ago
[CT-3468] allow creating unit testing fixtures in non-root projects
graciegoheen opened this issue about 1 year ago
graciegoheen opened this issue about 1 year ago
[CT-3467] add environment variable / flag to exclude certain resource types
graciegoheen opened this issue about 1 year ago
graciegoheen opened this issue about 1 year ago
Make config names all use underscores
emmyoop opened this issue about 1 year ago
emmyoop opened this issue about 1 year ago
[CT-3465] [Feature] centralize and persist store_failures
graciegoheen opened this issue about 1 year ago
graciegoheen opened this issue about 1 year ago