nick_dell_osa
05/08/2023, 7:33 PMinherit_from
to specify variations of extractions and loads to the same set of sources. However, I am getting this error when trying to run my job:
meltano.core.block.blockset.BlockSetValidationError: block violates set requirements: Unknown command type or bad block sequence at index 1, starting block 'my-plugin'
My extractor and loader share the same name, which I believe is valid, and my job looks like this:
- name: my_job
tasks:
- my-plugin my-plugin
nick_dell_osa
05/08/2023, 7:34 PMdev:my-plugin-to-my-plugin
assuming dev is my environment?