Skip to content

support for multiple logics in Snap v1 for Snowflake#445

Open
tkirschke wants to merge 12 commits intomainfrom
feat/snap-v1-multiple-logics
Open

support for multiple logics in Snap v1 for Snowflake#445
tkirschke wants to merge 12 commits intomainfrom
feat/snap-v1-multiple-logics

Conversation

@tkirschke
Copy link
Copy Markdown
Member

@tkirschke tkirschke commented Mar 27, 2026

Description

Required for Turbovault-engine

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Test model:

{{ config(
    materialized='view',
    tags=['snapshot_control', 'control']
) }}

{%- set yaml_metadata -%}
control_snap_v0: control_snap_v0
log_logic:
    - is_active_1:
        monthly:
            duration: 1
            unit: 'YEAR'
    - is_active_2:
        weekly:
            duration: 2
            unit: 'MONTH'
{%- endset -%}

{{ datavault4dbt.control_snap_v1(yaml_metadata=yaml_metadata) }}

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation or included information that needs updates (e.g. in the Wiki)

@tkirschke tkirschke added the testing To trigger the automated test workflow as internal User. label Mar 27, 2026
@remoteworkflow
Copy link
Copy Markdown

dbt test combined result: ❌


Details

RESULTS for Synapse:
❌ dbt-core-tests
⚠️ dbt-fusion-tests
⚠️ dbt-macro-tests
⚠️ tech-tests


RESULTS for Postgres:
❌ dbt-core-tests
⚠️ dbt-fusion-tests
⚠️ dbt-macro-tests
⚠️ tech-tests


RESULTS for BigQuery:
❌ dbt-core-tests
❌ dbt-fusion-tests
⚠️ dbt-macro-tests
⚠️ tech-tests


RESULTS for Redshift:
❌ dbt-core-tests
❌ dbt-fusion-tests
⚠️ dbt-macro-tests
⚠️ tech-tests


RESULTS for Snowflake:
❌ dbt-core-tests
❌ dbt-fusion-tests
⚠️ dbt-macro-tests
⚠️ tech-tests


RESULTS for Exasol:
❌ dbt-core-tests
⚠️ dbt-fusion-tests
⚠️ dbt-macro-tests
⚠️ tech-tests


RESULTS for Fabric:
❌ dbt-core-tests
⚠️ dbt-fusion-tests
⚠️ dbt-macro-tests
⚠️ tech-tests


RESULTS for Oracle:
❌ dbt-core-tests
⚠️ dbt-fusion-tests
⚠️ dbt-macro-tests
⚠️ tech-tests


RESULTS for Databricks:
❌ dbt-core-tests
❌ dbt-fusion-tests
⚠️ dbt-macro-tests
⚠️ tech-tests


RESULTS for SQL Server:
⚠️ dbt-tests
⚠️ dbt-fusion-tests
⚠️ dbt-macro-tests
⚠️ tech-tests


Link to workflow summary: https://github.com/ScalefreeCOM/datavault4dbt-ci-cd/actions/runs/23655368194

@remoteworkflow remoteworkflow Bot removed the testing To trigger the automated test workflow as internal User. label Mar 27, 2026
@tkirschke tkirschke requested a review from tkiehn March 30, 2026 09:04
@tkiehn tkiehn force-pushed the feat/snap-v1-multiple-logics branch from fef591e to e0566c4 Compare April 10, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants