- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2026 09:12 AM
@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):
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.
If I remove `-e ` from the root dependency, but keep it on the .../{source}/ dependency, I get a similar but different error:
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).