1
0
mirror of synced 2025-12-21 11:01:41 -05:00

Rewrite and break out CDK Python overview to be more concise and digestible (#3291)

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
This commit is contained in:
Abhi Vaidyanatha
2021-05-07 20:30:21 -07:00
committed by GitHub
parent 098a828070
commit 4a397d2524
12 changed files with 309 additions and 216 deletions

View File

@@ -71,5 +71,5 @@ you should see some output like:
It's that simple! Now the connector knows how to declare your connector's stream's schema. We declare only one stream since our source is simple, but the principle is exactly the same if you had many streams.
You can also dynamically define schemas, but that's beyond the scope of this tutorial. See the [schema docs](https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/bases/base-python/docs/schemas.md) for more information.
You can also dynamically define schemas, but that's beyond the scope of this tutorial. See the [schema docs](../../concepts/full-refresh-stream.md#defining-the-streams-schema) for more information.