[Feature] Test for date_spine
should remove adapter-specific logic
#209
Labels
enhancement
New feature or request
date_spine
should remove adapter-specific logic
#209
Housekeeping
dbt-adapters
Short description
The test for the cross-adapter
date_spine
macro withinfixture_date_spine.py
contains adapter-specific logic like{% if target.type == 'postgres' %}
that should be indbt-postgres
instead.Context
History: this test was migrated effectively as-is from dbt-utils to dbt-core to dbt-adapters. But now we'll probably want to clean it up a bit.
Acceptance criteria
Tasks
Testing
Tasks
Security
No security concerns.
Docs
No doc updates needed.
Consequences
This change impacts any adapter that imports this test.
Depending on the final implementation in
dbt-adapters
, the adapter types that are currently hard-coded (postgres
,bigquery
,redshift
) may need to provide overrides of the text fixtures as a result of this change.The text was updated successfully, but these errors were encountered: