Is it possible to use multiple Github repositories with Definitions? #15103
Unanswered
j-adamczyk
asked this question in
Q&A
Replies: 3 comments 2 replies
-
The places to load and here is an example for loading several locations from different python environments via |
Beta Was this translation helpful? Give feedback.
2 replies
-
good info) |
Beta Was this translation helpful? Give feedback.
0 replies
-
One possible solution would be to submodule in your other repos within your main dagster repo... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking into possibility of moving from Airflow to Dagster. One of main concerns is being able to use multiple Github repositories to push code to an orchestrator. So I want to have one Dagster instance, where multiple independent projects can submit DAGs (or graphs, I think this is a Dagster term), with their own code and dependencies.
I already know that dependency separation is much better in Dagster compared to Airflow. But I can't understand from the docs how Definitions work for multiple Github repositories. So assume that I have 5 repositories, each with its own DAG code (or multiple DAGs) and separate Poetry environment (so a separate
pyproject.toml
, orrequirements.txt
, or whatever format is required).workflows.yaml
?Beta Was this translation helpful? Give feedback.
All reactions