:wave: Hi all - (cc <@U06D0USC2CQ>) - I finally fi...
# meltano-plugin-development
t
👋 Hi all - (cc @Reuben (Matatika)) - I finally finished writing my first plugin it’s a tap for Google Ad Manager (not 360) - I’ve never written one before. It’s working great for us internally, but could likely use another set of eyes or I could review a standards doc 🙂 - what is the general flow for plugin? Should I submit it for review or something? Also.. what is the general standard for logging messages? I left a lot of debugging for one of my streams, b/c its pretty tricky. I’m using a lot of self.logger.info, but i could likely shift it to something else or delete it. Comments or PRs welcome! https://github.com/The-Daily-Upside/tap-google-ad-manager
🙌 2
e
<http://self.logger.info|self.logger.info>
is good since it sets the logger name to the
<tap>.<stream>
which is nice if you ever need to analyze the log stream.
✅ 1
t
whoops just made the repo public 🙂
ty 1