-
Notifications
You must be signed in to change notification settings - Fork 3
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
Flipside/Dune Integration #38
Comments
Dune has an upload limit of 1MiB... We can upload probably some daily metrics but not much more. @DistributedDoge, do you know how the Flipside external data works? Seems their live query stuff would work for JSON data but I'm not sure if it can read Parquet files |
EDIT: For 2, to avoid making things messy we could e.g. push a subset of tables as |
I think that might be correct. The limit comes from the Free plan, which limits storage to 1MB.
That could work! We'll need to check how efficient those queries are though. Querying uncompressed JSON is not very efficient. |
They're thinking about increasing it though. I can poke them a bit more and check if that's a "future" plan or actual thing happening in the following weeks/months. |
I just learned we can in fact select assets using groups, compute kind or other properties. This means we can probably construct assset job definitions in such a way, that say
|
Sounds like the perfect approach! |
For Flipside, a new option can be to push data to a spreadsheet and have Flipside read from it. |
Seems like Dune live fetch is now open to all free users! |
We can push datasets to Flipside and Dune via Dagster assets.
The text was updated successfully, but these errors were encountered: