Skip to content

Incorrect instruction and cli for connecting to subgraph given there are multiple subgraphs #10400

Open
@ashwiniag

Description

Issue can be replicated when there are multiple subgraphs.
Initialising connector to a subgraph named: agblog_subgraph. Instead of providing subgraph name in cli we need to define the path of subgraph.yaml for respective subgraph.
Example
ddn connector init agblog_mysql --subgraph agblog_subgraph/subgraph.yaml --hub-connector hasura/mysql

This doc suggests just the name.
ddn connector init my_mysql --subgraph my_subgraph --hub-connector hasura/MySQL
Here is the error when just the subgraph name is mentioned as per the instruction
Screenshot 2024-07-15 at 5 11 58 PM

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions