Giter Club home page Giter Club logo

Comments (7)

the4thamigo-uk avatar the4thamigo-uk commented on July 22, 2024 2

I encountered this also. #21259 (comment)

from dagster.

the4thamigo-uk avatar the4thamigo-uk commented on July 22, 2024 1

I think the best thing to do is to revert to 1.7.5 and wait for a proper fix.

from dagster.

mgierada avatar mgierada commented on July 22, 2024

@aaaaahaaaaa @the4thamigo-uk Yeah I kind of resolve that issue for my dbt assets just by being explicit and setting the same backfill policy - in your case BackfillPolicy(max_partitions_per_run=None) for all dbt assets. In my case the partitioned ones ware causing some headaches. I might make sense to build a factory that will return you dbt assets with explicitly defined BackfillPolicys

from dagster.

mgierada avatar mgierada commented on July 22, 2024

This is related to the feature request I raised here

from dagster.

the4thamigo-uk avatar the4thamigo-uk commented on July 22, 2024

@mgierada That would be fine except for the fact that I have a job that executes unpartitioned dbt assets and partitioned ones. My dbt project is split into two separate @dbt_asset multi assets. One contains the unpartitioned dbt models, and the other contains the partitioned dbt models. Unfortunately, dagster-dbt forces me to have to specify BackfillPolicy::single_run() for the unpartitioned @dbt_asset.

If I set everything to single_run() then I am forced to have to change my implementation of my non-dbt partitioned assets to support processing of multiple partitions, which is a pain.

from dagster.

mgierada avatar mgierada commented on July 22, 2024

@the4thamigo-uk I feel you. I am facing the same issue in my project. I raised a feature request #22356 that would be a workaround or a permanent fix, depending on the context.

from dagster.

the4thamigo-uk avatar the4thamigo-uk commented on July 22, 2024

New release seems to fix the issue: https://github.com/dagster-io/dagster/releases/tag/1.7.10

from dagster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.