You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
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
+
[](https://youtu.be/TSbGHz5Z09M"Mastering CloudQuery: How to build a Source Plugin in Python")
6
+
5
7
## Key files & classes
6
8
- plugin/tables/items.py
7
9
- Items - A boilerplate table definition
@@ -78,3 +80,4 @@ This should result in the creation of a sqlite database `db.sqlite` where you ca
0 commit comments