second question is do you have some marketplace wi...
# ask-community-for-troubleshooting
p
second question is do you have some marketplace with common transformations (e.g. mailchimp, github, etc)?
c
you can have a look at https://hub.getdbt.com/ (where you contribute packages to make them compatible with Airbyte too)
p
are for example fivetran packages compatible wit airbyte
?
c
Not out of the box, we haven’t verified/made sure yet, but it’d be nice to have some tweaks in our code or contribute some adapter packages to make them compatible yes
p
so how know which of those packages are compatible?
c
some users tried some packages but i’m not aware what they had to modify
p
sure, it would be great to have on hub airbyte section
hmm, would it be possible also to use git tag instead of git branch? if you use someone else’s (e.g. from hub) it is better to use tag than main/master latest
c
Whether you clone a branch or a tag, the git command is
git clone -b <branch name>
or
git clone -b <tag name>
, so yes, you can use tags