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 · 4 comments
Open

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

FishtownBuildBot opened this issue Jan 7, 2025 · 4 comments
Assignees
Labels
blocked_by_dev Awaiting merge of PR with associated functionality content Improvements or additions to content dbt Core The changes proposed in this issue relate to dbt Core dbt-core v1.10 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

reference

internal related convo
docs project

@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?

@runleonarun
Copy link
Collaborator

runleonarun commented Jan 16, 2025

@graciegoheen Is this 1.10? Assuming it is...

@mirnawong1
Copy link
Contributor

Work done in adaptive-jobs branch

@mirnawong1
Copy link
Contributor

To address end of April, not by dbt Core v1.10 beta release. See dbt core notion project

@mirnawong1 mirnawong1 added the blocked_by_dev Awaiting merge of PR with associated functionality label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked_by_dev Awaiting merge of PR with associated functionality content Improvements or additions to content dbt Core The changes proposed in this issue relate to dbt Core dbt-core v1.10 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

4 participants