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:
@@ -287,7 +287,7 @@ 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.
|
||||
|
||||
### Step 6: Read data from the API
|
||||
Describing schemas is good and all, but at some point we have to start reading data! So let's get to work. But before, let's describe what we're about to do:
|
||||
|
||||
Reference in New Issue
Block a user