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
Quote and comma-separate Pokemon examples to clarify help text (#12942)
* Quote and comma-separate Pokemon examples to clarify help text
Closes#12792
* Bump version
* auto-bump connector version
Co-authored-by: Octavia Squidington III <[email protected]>
Copy file name to clipboardExpand all lines: docs/integrations/sources/pokeapi.md
+17-17
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@
4
4
5
5
The PokéAPI is primarly used as a tutorial and educational resource, as it requires zero dependencies. Learn how Airbyte and this connector works with these tutorials:
6
6
7
-
*[Airbyte Quickstart: An Introduction to Deploying and Syncing](../../quickstart/deploy-airbyte.md)
8
-
*[Airbyte CDK Speedrun: A Quick Primer on Building Source Connectors](../../connector-development/tutorials/cdk-speedrun.md)
9
-
*[How to Build ETL Sources in Under 30 Minutes: A Video Tutorial](https://www.youtube.com/watch?v=kJ3hLoNfz_E&t=13s&ab_channel=Airbyte)
7
+
-[Airbyte Quickstart: An Introduction to Deploying and Syncing](../../quickstart/deploy-airbyte.md)
8
+
-[Airbyte CDK Speedrun: A Quick Primer on Building Source Connectors](../../connector-development/tutorials/cdk-speedrun.md)
9
+
-[How to Build ETL Sources in Under 30 Minutes: A Video Tutorial](https://www.youtube.com/watch?v=kJ3hLoNfz_E&t=13s&ab_channel=Airbyte)
10
10
11
11
## Features
12
12
13
-
| Feature | Supported? |
14
-
| :--- | :--- |
15
-
| Full Refresh Sync | Yes |
16
-
| Incremental - Append Sync | No |
17
-
| Replicate Incremental Deletes | No |
18
-
| SSL connection | No |
19
-
| Namespaces | No |
13
+
| Feature | Supported? |
14
+
| :----------------------------| :--------- |
15
+
| Full Refresh Sync | Yes|
16
+
| Incremental - Append Sync | No|
17
+
| Replicate Incremental Deletes | No |
18
+
| SSL connection | No|
19
+
| Namespaces | No|
20
20
21
21
This source uses the fully open [PokéAPI](https://pokeapi.co/docs/v2#info) to serve and retrieve information about Pokémon. This connector should be primarily used for educational purposes or for getting a trial source up and running without needing any dependencies. As this API is fully open and is not rate-limited, no authentication or rate-limiting is performed, so you can use this connector right out of the box without any further configuration.
22
22
@@ -34,10 +34,10 @@ The PokéAPI uses the same [JSONSchema](https://json-schema.org/understanding-js
0 commit comments