File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 22This repo contains everything you need to get started with building a new plugin.
33To get started all you need to do is change a few names, define some tables, and write an API Client to populate the tables.
44
5+ [ ![ Mastering CloudQuery: How to build a Source Plugin in Python] // Title
6+ (https://i.ytimg.com/vi/TSbGHz5Z09M/maxresdefault.jpg )] // Thumbnail
7+ (https://youtu.be/TSbGHz5Z09M "Mastering CloudQuery: How to build a Source Plugin in Python") // Video Link
8+
59## Key files & classes
610 - plugin/tables/items.py
711 - Items - A boilerplate table definition
@@ -78,3 +82,4 @@ This should result in the creation of a sqlite database `db.sqlite` where you ca
7882
7983- [ Architecture] ( https://www.cloudquery.io/docs/developers/architecture )
8084- [ Concepts] ( https://www.cloudquery.io/docs/developers/creating-new-plugin/python-source )
85+ - [ Video tutorial] ( https://youtu.be/TSbGHz5Z09M )
You can’t perform that action at this time.
0 commit comments