Design considerations for Meltano plugin to Dagster #3326
Replies: 1 comment
-
I can speak to the first two of these bullets and would reserve comment on the third for folks who use Meltano regularly.
|
Beta Was this translation helpful? Give feedback.
-
I am in the early stage of building an integration between Dagster and Meltano. To make that possible I am working on adding a
lib
module to the core Meltano functionality that will be published as a standalone python library that I will then be wrapping with a Dagster plugin (https://gitlab.com/meltano/meltano/-/issues/2459).I have some thoughts and questions about how best to approach the interface for the Dagster plugin which will also inform the design of the Meltano lib.
meltano.yml
file. There are some CLI elements that might be useful to use in the context of a Dagster project, such as their ability to 'discover' Singer taps and targets. Would it be viable to mount a subset of Meltano commands within the namespace of the Dagster CLI?Beta Was this translation helpful? Give feedback.
All reactions