Skip to content

Commit c213b83

Browse files
authored
Merge pull request #2 from cloudquery/feat_add_youtube
feat: Added YouTube link and embed
2 parents 4d20f83 + d3bd26d commit c213b83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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](https://i.ytimg.com/vi/TSbGHz5Z09M/maxresdefault.jpg)](https://youtu.be/TSbGHz5Z09M "Mastering CloudQuery: How to build a Source Plugin in Python")
6+
57
## Key files & classes
68
- plugin/tables/items.py
79
- Items - A boilerplate table definition
@@ -78,3 +80,4 @@ This should result in the creation of a sqlite database `db.sqlite` where you ca
7880

7981
- [Architecture](https://www.cloudquery.io/docs/developers/architecture)
8082
- [Concepts](https://www.cloudquery.io/docs/developers/creating-new-plugin/python-source)
83+
- [Video tutorial](https://youtu.be/TSbGHz5Z09M)

0 commit comments

Comments
 (0)