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
@@ -21,6 +22,7 @@ This connector is built using the [Python Data Connector SDK](https://github.com
21
22
1. The [DDN CLI](https://hasura.io/docs/3.0/cli/installation) and [Docker](https://docs.docker.com/engine/install/) installed
22
23
2. A [supergraph](https://hasura.io/docs/3.0/getting-started/init-supergraph)
23
24
3. A [subgraph](https://hasura.io/docs/3.0/getting-started/init-subgraph)
25
+
4. Python 3.12+
24
26
25
27
The steps below explain how to Initialize and configure a connector for local development. You can learn how to deploy a connector — after it's been configured — [here](https://hasura.io/docs/3.0/getting-started/deployment/deploy-a-connector).
26
28
@@ -56,7 +58,7 @@ ddn connector introspect python
56
58
57
59
### Step 4: Add your resources
58
60
59
-
You can add the models, commands, and relationships to your API by tracking them which generates the HML files.
61
+
You can add the models, commands, and relationships to your API by tracking them which generates the HML files.
0 commit comments