It’s a bit annoying that Meltano spends so long do...
# docker
c
It’s a bit annoying that Meltano spends so long downloading the same extractor over and over again for taps with inheritance:
Copy code
=> => # Installed extractor 'tap-stripe--managed-marketplace'                                                                                                                   
 => => # Installing extractor 'tap-stripe--scripts'...                                                                                                                           
 => => # Installed extractor 'tap-stripe--scripts'                                                                                                                               
 => => # Installing extractor 'tap-stripe--telehealth'...                                                                                                                        
 => => # Installed extractor 'tap-stripe--telehealth'                                                                                                                            
 => => # Installing extractor 'tap-stripe--healthengine'...
e
that's bad. I don't see why inherited plugins shouldn't be able to use a single venv
d
Yeah it's not great, it's a known issue: https://gitlab.com/meltano/meltano/-/issues/2490
I've put it in our radar for later this month, but no promises we'll get to it. It would make for a nice contribution as well 🙂
c
Don’t worry i’m working my way up to contribution 🙂