There isn’t a way to alias a tap or target name wi...
# troubleshooting
m
There isn’t a way to alias a tap or target name without inheriting is there? I know I can do it with inheritance, but if I want all taps I actually use to use an alias then I have to install an extra tap. Here’s what I’d like to do
Copy code
extractors:
# No need for - name: tap-mysql - variant: transferwise
- name: tap-mysql-a
  variant: transferwise
- name: tap-mysql-b
  variant: transferwise
I think that I just need to wait to see if this gets implemented. I just like to namespace different versions of the same tap/target
t
Correct, there isn’t a way currently. That issue you linked is scheduled is for Q1 this year 🙂 If you could leave a comment indicating your use case and interest in it that would be helpful!
m
will do! Thanks a bunch