1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Python Connector Tutorial: Update some instructions and libraries (#38828)

This commit is contained in:
Aldo Gonzalez
2024-09-21 18:13:12 -06:00
committed by GitHub
parent 7855c7abc5
commit ad08bcf99c
8 changed files with 72 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ The command should succeed, but the schema will be wrong:
}
```
We'll need to replace the schema with a json_schema representation of the records yielded by the
We'll need to replace the schema `surveys.json` with a json_schema representation of the records yielded by the
stream.
The easiest way to extract the schema from a HTTP response is to use the Connector Builder. You can