https://dagster.io/ logo
Join the conversationJoin Slack
Channels
announcements
dagster-airbyte
dagster-airflow
dagster-bigquery
dagster-cloud
dagster-cube
dagster-dask
dagster-dbt
dagster-de
dagster-ecs
dagster-feedback
dagster-kubernetes
dagster-noteable
dagster-releases
dagster-serverless
dagster-showcase
dagster-snowflake
dagster-support
dagster-wandb
dagstereo
data-platform-design
events
faq-read-me-before-posting
gigs-freelance
github-discussions
introductions
jobs
random
tools
豆瓣酱帮
Powered by Linen
announcements
  • s

    Stijn Van Der Spiegel

    10/18/2020, 9:01 PM
    Hey guys got 2 questions while trying to use dagster to make our python file (which has a lot of if/else conditionals and repeated python functions) more readable and easy to use: • are aliases the only way to reuse a solid multiple times in the same pipeline? • Are conditional outputs the only way to mimic if/else python conditionals?
    s
    • 2
    • 1
  • i

    Ilya Lozhkin

    10/19/2020, 1:40 PM
    Hello, maybe there is a visual interface for creating flow by analogy with streamsets?
    s
    • 2
    • 3
  • e

    Emanuel

    10/20/2020, 9:25 AM
    Helllo, i am currently working with dagster to parse a really long excel file, my startegy involves read a line and execute a pipeline with the data from that line, seems a not so good way to do things. I would like to run it just once, can someone give me a opinion on how to accomplish that. Thanks in advance.
    s
    • 2
    • 1
  • m

    Michiel Ghyselinck

    10/20/2020, 12:56 PM
    One of my dagster jobs failed and the logs in the job pod give me a traceback error. I'd like to see the same traceback in the Dagit UI but I can't seem to find it (I have Debug filter enabled). I only see that my job failed and a message that logs are being retrieved. Is it possible to see the pod logs in the dagit ui?
    c
    • 2
    • 8
  • t

    Tobias Macey

    10/20/2020, 1:35 PM
    Has anyone here worked with running Singer taps/targets via Dagster? I'm wondering if it's worth trying to contribute support for Dagster as an executor to the Meltano project, or if I should skip on it and just write a plugin for Dagster to handle it directly.
    s
    d
    m
    • 4
    • 7
  • n

    Nicolas Ramy

    10/20/2020, 3:26 PM
    Hi everyone
  • n

    Nicolas Ramy

    10/20/2020, 3:26 PM
    I'm new with dagster (it's awesome) and I have a question about executors/execution
  • n

    Nicolas Ramy

    10/20/2020, 3:27 PM
    I have a simple pipeline but it took 1 minute between each solid
    a
    • 2
    • 15
  • n

    Nicolas Ramy

    10/20/2020, 3:28 PM
  • b

    BrentT

    10/21/2020, 4:44 PM
    I am testing Dagster with this example as it is similar to my use case. I can run the pipeline successfully by manually executing with dagit ui both locally and in our cloud environment. I then tried adding a
    dagster.*hourly_schedule*
    to the pipeline but am getting the error below on each scheduled run. (FileNotFoundError) - FileNotFoundError: [Errno 2] No such file or directory: 'sources.json'. Any advice would be greatly appreciated. This is the first time I am trying to schedule a job and just trying to figure it out. Thanks
    ✅ 1
    • 1
    • 1
  • h

    He Tomm

    10/22/2020, 12:02 PM
    Hello, would it be possible to schedule a job to run every 20 seconds?
    d
    • 2
    • 2
  • k

    Kaspars

    10/22/2020, 1:54 PM
    Hi I am trying to deploy dagster or kubernetes. When I launch execution I got this error. What I am missing?
    m
    • 2
    • 3
  • k

    Kaspars

    10/22/2020, 3:13 PM
    Hello, I am using User Code Deployments (gRPC) (https://dev.to/michielhub/dagster-with-user-code-deployments-grpc-2c16) Do I understand correctly that if I want to add new repository and/or new pipelines to repository then each time I have to reinstall Dagster (helm uninstall dagster ..... & helm install dagster...) ? Or they should refresh automatically? Because UI does not show new repos/pipelines after I have added new images to docker registry, but it shows them after I have reinstalled dagster. Thanks in advance
    c
    • 2
    • 4
  • d

    Daniel Fernandez

    10/22/2020, 6:38 PM
    Hi, I am new to Dagster and I have a short Q, what's the back-end that stores each Node information on the DAG (i.e., a node/solid status, metadata about the solid, run status, code that the solid runs, etc.) - I am looking to add some custom information to the nodes/solids and was wondering what'd be the best way to do something like this.
    s
    m
    • 3
    • 11
  • r

    river_shah

    10/22/2020, 8:55 PM
    Hi, I have some existing workflows written using luigi that I'd like to migrate to dagster. luigi uses the concept of tasks that the user subclasses and then a workflow is a hierarchical, object oriented, dependency representation. what examples may I look at for dagster to get going at migrating the work flows please?
    m
    • 2
    • 3
  • u

    user

    10/22/2020, 11:55 PM
    Johann Miller just published a new version: 0.9.16.
  • j

    johann

    10/23/2020, 12:10 AM
    0_9_16_Release_notes
    😛artydagster: 7
    👏 1
  • k

    Kaspars

    10/23/2020, 9:57 AM
    Hi, What are Your experience about how "big" servers (to create kubernetes cluster) we should need for dagster? Which component needs what min/optional/max resources (CPU, RAM)? I understand that this could depend from operations inside pipelines. We want to achieve: -get data from source (postgresql); -do data tranformations with pandas/numpy ... Cleaning Filtering Joining Sorting Splitting Deduplication Summarization; -save to db;
    s
    n
    • 3
    • 5
  • h

    He Tomm

    10/23/2020, 1:38 PM
    Hi, I got this error: ImportError: cannot import name 'schedules' from 'dagster'
  • h

    He Tomm

    10/23/2020, 1:42 PM
    @schedule(name='heatbeat', pipeline_name='heat_beat_pipeline', cron_schedule='* * * * *') def get_schedules(): return []
  • h

    He Tomm

    10/23/2020, 1:45 PM
    Do you have any document on how to use @schedule?
    d
    • 2
    • 1
  • h

    He Tomm

    10/23/2020, 1:45 PM
    Or example?
  • t

    Tobias Macey

    10/23/2020, 1:46 PM
    You can see how I'm using it in my code here https://github.com/mitodl/ol-data-pipelines/blob/main/src/ol_data_pipelines/edx/schedule.py
    👍 1
  • h

    He Tomm

    10/23/2020, 1:47 PM
    Thanks, but I want to schecule every minute.
  • h

    He Tomm

    10/23/2020, 1:47 PM
    this exmaple is daily
  • d

    daniel

    10/23/2020, 2:19 PM
    @He Tommjust confirming you saw my comment above, let me know if changing the import doesn't help
  • h

    He Tomm

    10/23/2020, 2:33 PM
    @daniel Here is my code, and i got some error: https://dpaste.com/8ERKLY57U
    d
    • 2
    • 2
  • h

    He Tomm

    10/23/2020, 2:46 PM
    @daniel thanks a lot!
    :condagster: 1
  • h

    He Tomm

    10/23/2020, 2:50 PM
    @daniel
  • h

    He Tomm

    10/23/2020, 2:50 PM
    Now the error is gone, but it doesn't execute.
    a
    • 2
    • 1
Powered by Linen
Title
h

He Tomm

10/23/2020, 2:50 PM
Now the error is gone, but it doesn't execute.
a

alex

10/23/2020, 2:52 PM
can you run
dagster schedule debug
View count: 1