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 2
2
This repo contains everything you need to get started with building a new plugin.
3
3
To get started all you need to do is change a few names, define some tables, and write an API Client to populate the tables.
4
4
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
+
5
9
## Key files & classes
6
10
- plugin/tables/items.py
7
11
- Items - A boilerplate table definition
@@ -78,3 +82,4 @@ This should result in the creation of a sqlite database `db.sqlite` where you ca
78
82
79
83
- [ Architecture] ( https://www.cloudquery.io/docs/developers/architecture )
80
84
- [ 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