And one more problem Help me please to deal with t...
# plugins-general
a
And one more problem Help me please to deal with these two repositories. Which one should I use? https://github.com/quantile-development/dagster-meltano https://github.com/quantile-development/dagster-ext We are going to initiate the launch of tasks through GraphQL where we will also pass the configuration to launch the meltano tap target (you said that this will be implemented soon). Now my main problem is that I don't understand, should I describe the dagster inside the meltano project or should I create a dagster project in which I will describe the launch of the meltano commands. Which of the options is more correct and does what I described above have the right to life? @jules_huisman
j
You can install the dagster-ext python package. I will clear this up in the future. This will make the distinction clearer.
a
So you mean install dagster-ext inside the meltano project as a utility, right?
j
This is for the ‘dagster_meltano’ package
a
pip install dagster-ext? (after this, I still have errors) I also run pip install dagster_meltano, but still have errors
after pip install dagster_meltano I changed the imports and now there are no errors is it normall?
j
You might have both packages installed. You can try a fresh install
a
Okay I will try to install only dagster-ext
p
@alex_dimov to be clear you should be able to follow https://hub.meltano.com/utilities/dagster to add the dagster plugin to your project. You dont need to run any manual
pip install
commands, meltano handles that for you. It sounds like there was a legacy files-dagster that existed before the more recent dagster utility, prefer the utility over the files bundle.
j
I now cleaned this up. The
dagster-ext
is purely the Meltano extension.
dagster-meltano
now has all the code for the Meltano - Dagster interactions.