Skip to content

Commit a9d545f

Browse files
committed
feat: Added YouTube link and embed
1 parent 4d20f83 commit a9d545f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
This repo contains everything you need to get started with building a new plugin.
33
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.
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)

0 commit comments

Comments
 (0)