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
Add required 'begin' config support for microbatch models
MichelleArk opened this pull request 3 months ago
MichelleArk opened this pull request 3 months ago
Fix unit tests for incremental models with alias
katsugeneration opened this pull request 3 months ago
katsugeneration opened this pull request 3 months ago
[Regression] Unit tests generate an sql with wrong CTE `this` referrence on incremental model with alias
katsugeneration opened this issue 3 months ago
katsugeneration opened this issue 3 months ago
Inconsistencies between `--select "resource_type:test" and `--resource-type test`
dbeatty10 opened this issue 3 months ago
dbeatty10 opened this issue 3 months ago
Microbatch Config Validation
QMalcolm opened this pull request 3 months ago
QMalcolm opened this pull request 3 months ago
Enable `retry` support for Microbatch models
QMalcolm opened this pull request 3 months ago
QMalcolm opened this pull request 3 months ago
Allow snapshots to be defined in YAML.
peterallenwebb opened this pull request 3 months ago
peterallenwebb opened this pull request 3 months ago
[Bug] dbt unit testing does not supported quoted columns
cboethigtrellance opened this issue 3 months ago
cboethigtrellance opened this issue 3 months ago
[Feature] Support running SQL models on Google Cloud Dataproc Serverless
gddezero opened this issue 3 months ago
gddezero opened this issue 3 months ago
[Bug] Console logs emitting CANCEL for the last model ran by each thread even if those models finished building when receiving SIGINT (CTRL+C)
jeremyyeo opened this issue 3 months ago
jeremyyeo opened this issue 3 months ago
[Bug] Unable to parse dict error in logs if email property on a group is not specified
aranke opened this issue 3 months ago
aranke opened this issue 3 months ago
Fix #9005: Allow singular tests to be documented in `properties.yml`
aranke opened this pull request 3 months ago
aranke opened this pull request 3 months ago
Write microbatch compiled + run code to separate target files
MichelleArk opened this pull request 3 months ago
MichelleArk opened this pull request 3 months ago
Fix retry docs generate by marking certain args as False by default.
jordivandooren opened this pull request 3 months ago
jordivandooren opened this pull request 3 months ago
[Bug] `dbt retry` does not work for `dbt docs generate`
jordivandooren opened this issue 3 months ago
jordivandooren opened this issue 3 months ago
[Bug] Duplication of CTEs during unit tests when two referenced models have the same custom `alias`
dbeatty10 opened this issue 3 months ago
dbeatty10 opened this issue 3 months ago
Standardize returning `ResourceTypeSelector` instances in `dbt list` and `dbt build`
dbeatty10 opened this pull request 3 months ago
dbeatty10 opened this pull request 3 months ago
Fix mock in unit test after removing deprecated snowplow method
mikealfare opened this pull request 3 months ago
mikealfare opened this pull request 3 months ago
Split out model vs microbatch execution
QMalcolm opened this pull request 3 months ago
QMalcolm opened this pull request 3 months ago
Remove deprecated `track_struct_event`
mikealfare opened this pull request 3 months ago
mikealfare opened this pull request 3 months ago
Fix Calls to pre_model_hook()
peterallenwebb opened this pull request 3 months ago
peterallenwebb opened this pull request 3 months ago
replace deprecated/removed distutils copy_tree with shutil copytree
jordivandooren opened this pull request 3 months ago
jordivandooren opened this pull request 3 months ago
[Feature] Update `ignore` behaviour for `on_schema_change` to backfill nulls for removed columns, instead of failing
joellabes opened this issue 3 months ago
joellabes opened this issue 3 months ago
Update template for docs issues
nghi-ly opened this pull request 3 months ago
nghi-ly opened this pull request 3 months ago
Fix `--resource-type test` for `dbt list` and `dbt build`
dbeatty10 opened this pull request 3 months ago
dbeatty10 opened this pull request 3 months ago
Support batch-level retries in `dbt retry` for microbatch models
MichelleArk opened this issue 3 months ago
MichelleArk opened this issue 3 months ago
[Bug] Unittest feature: Inconsistent CTE Naming in dbt Mock Data Causes Query Failures with Aliased Model Names
megetron3 opened this issue 3 months ago
megetron3 opened this issue 3 months ago
[Bug] `--resource-type test` includes both data tests and unit tests
dbeatty10 opened this issue 3 months ago
dbeatty10 opened this issue 3 months ago
Remove and correct outdated docs relating to include/ and include/global_project.
jordivandooren opened this pull request 3 months ago
jordivandooren opened this pull request 3 months ago
[Code docs] Several docs still reference parts of `include/` that have been removed (to dbt-adapters)
jordivandooren opened this issue 3 months ago
jordivandooren opened this issue 3 months ago
Refactor functional microbatch tests.
jordivandooren opened this pull request 3 months ago
jordivandooren opened this pull request 3 months ago
[Backport 1.8.latest] Add flags from dbt_project.yml to the Project and RuntimeConfig objects
mikealfare opened this pull request 3 months ago
mikealfare opened this pull request 3 months ago
[Regression] Incorrect CTE name in unit tests using `incremental` mode for versioned incremental models
b-per opened this issue 3 months ago
b-per opened this issue 3 months ago
Add Snowplow tracking for behavior flags
mikealfare opened this pull request 3 months ago
mikealfare opened this pull request 3 months ago
Update docs-issue.yml
emmyoop opened this pull request 3 months ago
emmyoop opened this pull request 3 months ago
Update docs and title for schemas.getdbt.com changes
gshank opened this pull request 3 months ago
gshank opened this pull request 3 months ago
Replace `TestSelector` with `ResourceTypeSelector`
dbeatty10 opened this pull request 3 months ago
dbeatty10 opened this pull request 3 months ago
[tidy first] Fix a couple misspellings in code comments
dbeatty10 opened this pull request 3 months ago
dbeatty10 opened this pull request 3 months ago
Add functional tests for custom incremental strategies names 'microbatch'
MichelleArk opened this pull request 3 months ago
MichelleArk opened this pull request 3 months ago
Support batch-level retries + serialize batch-level results in RunResults
MichelleArk opened this issue 3 months ago
MichelleArk opened this issue 3 months ago
Write compiled code to one file per batch during execution of microbatch models
MichelleArk opened this issue 3 months ago
MichelleArk opened this issue 3 months ago
Add test utility to patch microbatch end time
MichelleArk opened this issue 3 months ago
MichelleArk opened this issue 3 months ago
add patch_microbatch_event_time
MichelleArk opened this pull request 3 months ago
MichelleArk opened this pull request 3 months ago
[tidy first] delete extraneous EventCatcher
MichelleArk opened this pull request 3 months ago
MichelleArk opened this pull request 3 months ago
[Improvement] Parse time validation of microbatch model and source configs
QMalcolm opened this issue 3 months ago
QMalcolm opened this issue 3 months ago
[Feature] Support for Bi temporality in dbt sanpshot
ashwintastic opened this issue 3 months ago
ashwintastic opened this issue 3 months ago
[Bug] Config in root dbt_project.yml takes precedence over config block of a model in a package
jeremyyeo opened this issue 3 months ago
jeremyyeo opened this issue 3 months ago
Enable `--resource-type` and `--exclude-resource-type` CLI flags and environment variables for `dbt test`
dbeatty10 opened this pull request 3 months ago
dbeatty10 opened this pull request 3 months ago
Try skipping _add_config_call entirely
gshank opened this pull request 3 months ago
gshank opened this pull request 3 months ago
[Regression] Error on table materialization when using non standard database names
lito1515 opened this issue 3 months ago
lito1515 opened this issue 3 months ago
Make `begin` on microbatch incremental models optional by calculating min of mins
QMalcolm opened this issue 3 months ago
QMalcolm opened this issue 3 months ago
Require defining a `begin` config for microbatch incremental models
QMalcolm opened this issue 3 months ago
QMalcolm opened this issue 3 months ago
Materialize updates for microbatch incremental models in batches
QMalcolm opened this issue 3 months ago
QMalcolm opened this issue 3 months ago
Create `skip_nodes_if_on_run_start_fails` behavior change flag
aranke opened this pull request 3 months ago
aranke opened this pull request 3 months ago
[Tech debt] Speed up windows integration tests
MichelleArk opened this issue 3 months ago
MichelleArk opened this issue 3 months ago
[Bug] unit tests with incremental required mock table to exist
GiorgiModebadzeW opened this issue 3 months ago
GiorgiModebadzeW opened this issue 3 months ago
Add ability to import other YML files
b-per opened this pull request 3 months ago
b-per opened this pull request 3 months ago
[Bug] Column level test naming doesn't allow to define `error` and `warn` tests on the same column
siljamardla opened this issue 3 months ago
siljamardla opened this issue 3 months ago
[Feature] Summary stats for source freshness run
Sennendog opened this issue 3 months ago
Sennendog opened this issue 3 months ago
Bump postgres ci windows
MichelleArk opened this pull request 3 months ago
MichelleArk opened this pull request 3 months ago
Bump postgres ci dupe
QMalcolm opened this pull request 3 months ago
QMalcolm opened this pull request 3 months ago
use ikalnytskyi/action-setup-postgres@v6
MichelleArk opened this pull request 3 months ago
MichelleArk opened this pull request 3 months ago
postgres as service
MichelleArk opened this pull request 3 months ago
MichelleArk opened this pull request 3 months ago
install postgres-16 in CI
MichelleArk opened this pull request 3 months ago
MichelleArk opened this pull request 3 months ago
[Bug] Unit tests not working for incremental models
CraigWilson-ZOE opened this issue 3 months ago
CraigWilson-ZOE opened this issue 3 months ago
[Backport 1.0.latest] Avoid packaging for semver
gshank opened this pull request 3 months ago
gshank opened this pull request 3 months ago
[Backport 1.1 latest] Avoid packaging for semver
gshank opened this pull request 3 months ago
gshank opened this pull request 3 months ago
[Backport 1.2.latest] Avoid packaging for semver
github-actions[bot] opened this pull request 3 months ago
github-actions[bot] opened this pull request 3 months ago
[CORE-399] Crawl and test entire Jinja namespace
aranke opened this pull request 3 months ago
aranke opened this pull request 3 months ago
Bump peter-evans/create-pull-request from 6 to 7
dependabot[bot] opened this pull request 3 months ago
dependabot[bot] opened this pull request 3 months ago
[1.3.latest] Avoid packaging for semver
gshank opened this pull request 3 months ago
gshank opened this pull request 3 months ago
[1.3.latest] Remove upper pin on packaging
gshank opened this pull request 3 months ago
gshank opened this pull request 3 months ago
Microbatch: batched execution
MichelleArk opened this pull request 4 months ago
MichelleArk opened this pull request 4 months ago
Config precedence not implemented correctly
prdpsvs opened this issue 4 months ago
prdpsvs opened this issue 4 months ago
[state:modified] store unrendered_database and unrendered_schema on source definition for state:modified comparisons
MichelleArk opened this pull request 4 months ago
MichelleArk opened this pull request 4 months ago
Dbt Docs, Use user provided index.html
ismailsimsek opened this pull request 4 months ago
ismailsimsek opened this pull request 4 months ago
[Bug] SQL compilation error when running `--empty` flag on pre-hook containing macro
jalumi opened this issue 4 months ago
jalumi opened this issue 4 months ago
Remove deprecation warning to change "tests:" config to "data_tests:"
gshank opened this pull request 4 months ago
gshank opened this pull request 4 months ago
[Bug] unit test use source name for cte name and source identifier for table name
zhoujia74 opened this issue 4 months ago
zhoujia74 opened this issue 4 months ago
[Bug] Lineage Graph Ignore Sources Declared From `graph.sources.values()`
ghilman27 opened this issue 4 months ago
ghilman27 opened this issue 4 months ago
Add custom granularities to YAML spec
courtneyholcomb opened this pull request 4 months ago
courtneyholcomb opened this pull request 4 months ago
[Backport 1.8.latest] Warn if timestamp updated_at field uses incompatible timestamp (#10352)
gshank opened this pull request 4 months ago
gshank opened this pull request 4 months ago
[Feature] Allow setting of a `lookback` as top level model property
QMalcolm opened this issue 4 months ago
QMalcolm opened this issue 4 months ago
[Feature] No Metadata check supported for SQL input type under Unit Test
VinhTruongDBT opened this issue 4 months ago
VinhTruongDBT opened this issue 4 months ago
[Tech debt] Add automation to auto-generate core_types_pb2.py on branches
MichelleArk opened this issue 4 months ago
MichelleArk opened this issue 4 months ago
Set protobuf to 5.27
gshank opened this pull request 4 months ago
gshank opened this pull request 4 months ago
[Tech Debt] Bump protoc to v27 or v28
MichelleArk opened this issue 4 months ago
MichelleArk opened this issue 4 months ago
Adding logic to TestSelector to remove unit tests if they are in excluded_resource_types
TowardOliver opened this pull request 4 months ago
TowardOliver opened this pull request 4 months ago
[Feature] Exclude unit tests from running when using "dbt test" command
TowardOliver opened this issue 4 months ago
TowardOliver opened this issue 4 months ago
[Feature] Create a flexible delete+insert incremental strategy without relying on primary/unique keys
dlord opened this issue 4 months ago
dlord opened this issue 4 months ago
accepted_values doesn't work properly when some of the values has the <'> (single quote) special character
nicods-fr opened this issue 4 months ago
nicods-fr opened this issue 4 months ago
[Bug] Dependency name is too long / file not found
eg-tan opened this issue 4 months ago
eg-tan opened this issue 4 months ago
[Bug] Tests for models in installed packages are triggered for models with the same name in the current package
jaklan opened this issue 4 months ago
jaklan opened this issue 4 months ago
[Bug] The `--empty` flag produces broken SQL when code has `{{ref...}}`or `{{source..}}` with an alias
siljamardla opened this issue 4 months ago
siljamardla opened this issue 4 months ago
[Bug] Macro and `{{ this }}` variable in post hook sql statement of seeds `properties.yml` don't work properly
teddyzhu opened this issue 4 months ago
teddyzhu opened this issue 4 months ago
[Feature] Raise an error for unit tests that don't contain all filtering columns
leonardobocci opened this issue 4 months ago
leonardobocci opened this issue 4 months ago
[Bug] "at" operator does not take into account relationships data tests
jdimmerman opened this issue 4 months ago
jdimmerman opened this issue 4 months ago
[Bug] grants does not ignore models that are execluded by --exclude
RomanPreuss opened this issue 4 months ago
RomanPreuss opened this issue 4 months ago
[Bug] run_query() Macro Returns Unreadable Results and Requires Reinstallation and Query Renaming to Function Properly
AndreiPetrukhin opened this issue 4 months ago
AndreiPetrukhin opened this issue 4 months ago
[Feature] Add precision and scale option for data type constraints
dluftspring opened this issue 4 months ago
dluftspring opened this issue 4 months ago