Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Docs Changes for new adaptive job model config #6730

Open
FishtownBuildBot opened this issue Jan 7, 2025 · 1 comment
Open

[Core] Docs Changes for new adaptive job model config #6730

FishtownBuildBot opened this issue Jan 7, 2025 · 1 comment
Labels
content Improvements or additions to content dbt Core The changes proposed in this issue relate to dbt Core improvement Use this when an area of the docs needs improvement as it's currently unclear

Comments

@FishtownBuildBot
Copy link

FishtownBuildBot commented Jan 7, 2025

Document new configuration on the model to support adaptive job

models:
  - name: stg_orders
    freshness:
      # build this model after X amount of time, as long as it has new data
      build_after: 
        count: 4
        period: hour
        depends_on: all

Acceptance criteria

The new configuration will be parsed and represented on the model node after the parsing phase.

Originating from this issue: dbt-labs/dbt-core#11123

@runleonarun runleonarun added content Improvements or additions to content improvement Use this when an area of the docs needs improvement as it's currently unclear dbt Core The changes proposed in this issue relate to dbt Core labels Jan 7, 2025
@runleonarun runleonarun changed the title [Core] Docs Changes Needed from dbt-core Issue #11123 [Core] Docs Changes for new adaptive job model config Jan 7, 2025
@runleonarun
Copy link
Collaborator

runleonarun commented Jan 7, 2025

@ChenyuLInx I see there are no backports, but is the dbt version 1.10?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content dbt Core The changes proposed in this issue relate to dbt Core improvement Use this when an area of the docs needs improvement as it's currently unclear
Projects
None yet
Development

No branches or pull requests

2 participants