Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

research: schema building from hosted hardware #63

Open
denverbaumgartner opened this issue Jul 15, 2023 · 0 comments
Open

research: schema building from hosted hardware #63

denverbaumgartner opened this issue Jul 15, 2023 · 0 comments
Assignees

Comments

@denverbaumgartner
Copy link
Contributor

this is a really interesting error i am getting that i am unsure on how to proceed with, so putting it here for now. on the hosted service the query below executes as expected. from rubicon's indexer, the query fails. if i had to guess, this can be resolved with a graph-node update:

`
subgraph = "https://api.rubicon.finance/subgraphs/name/RubiconV2_Optimism_Mainnet_Dev"
#subgraph = "https://api.thegraph.com/subgraphs/name/denverbaumgartner/rubiconv2-optimism-mainnet"
sg = Subgrounds()
data = sg.load_subgraph(subgraph)
Take = data.Take

takes = data.Query.takes(
first=100,
where={"offer_": {"from_address": "0xde4de639d699a66f860814468298639c49e4f778"}}
)

fields = [
takes.id
]

df = sg.query_df(fields)
`

@denverbaumgartner denverbaumgartner self-assigned this Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant