Example of python source plugin with parent relationships and multiplexing

Is there an example of a source plugin (ideally built with Python) that uses parent relationships among tables, and multiplexing too?

Hi Dan,

We have 2 official CloudQuery plugins that are written using the Python SDK - square and typeform. These should provide some good examples of how to code a plugin in Python.

I checked those and did not see any parent relationships. Also none in python-plugin-template. Are there any unofficial plugins that would demonstrate it?

The square plugin has a locationinvoices relationship if that helps.

Thanks! I missed that! :+1:

@creative-iguana Here is the link to the Bitly source for CloudQuery. It provides bitlinks for all the other tables.