ChristianRRL
Honored Contributor II

@ShamenParis AI response detected.

But in all seriousness, laser focusing on the 2nd one (ModuleNotFoundError), I mentioned that I already added `-e ` in my dependencies (see below):

ChristianRRL_0-1785944818169.png

Adding `-e ` is what is somehow leading to the ModuleNotFoundError. If I don't include `-e `, the pipeline Dry runs successfully, but will not update after I make logic changes to {source}_schema.py.

ChristianRRL_1-1785945300675.png

If I remove `-e ` from the root dependency, but keep it on the .../{source}/ dependency, I get a similar but different error:

ChristianRRL_2-1785945713921.png

For some reason, adding the `-e ` flag is leading to the above errors. If I exclude that flag (as I had been doing before), I get a successful dry run.. but the logic is not editable (my original problem).

ChristianRRL_3-1785946250210.png