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
I'm trying to index GR18 data and encountering an error when I run. It is expecting chainId to come as an int not a string.
yarn run etl --chain [chainId]
I also tried running the jobs directly by modifying index.ts (eg, const chainId = argv.chainId ?? 10) and running yarn run etl and this generated an error:
Invalid value for argument `applicationsEndTime`: number too large to fit in target type. Expected big integer String.
If I switched to chainIds 1 or 424, then I got a fetch error, eg:
There's a possibility it's a schema vs database issue. Try running npx prisma migrate dev first while all docker containers are up and healthy before starting the etl run jobs
I'm trying to index GR18 data and encountering an error when I run. It is expecting
chainId
to come as an int not a string.I also tried running the jobs directly by modifying index.ts (eg,
const chainId = argv.chainId ?? 10
) and runningyarn run etl
and this generated an error:If I switched to chainIds 1 or 424, then I got a fetch error, eg:
The text was updated successfully, but these errors were encountered: