question regarding tap-mysql - I would like to use...
# getting-started
a
question regarding tap-mysql - I would like to use multiple hosts for tap-mysql and same host but multiple ELT for specific tables and columns. Is it supported? not seeing that option in https://github.com/transferwise/pipelinewise-tap-mysql, please correct me if I am missing something
t
I think maybe you could accomplish this by defining multiple extractor plugins using the inherit_from feature and then setting different configuration options for each. I'm not 100% sure though.
a
thanks for the pointer. Let me experiment with it. I have a usecase to read from different mysql nodes and certain usecases that need to read portion of source data using different ELT jobs.