Idiom
Idiom
### Motivation - Review pds.query_data. - Consider not returning a polars lazy_frame but something else... perhaps a generic pointer where you can then do more with it. ### DoD: -...
### Problem/motivation i also had written this out somewhere... but basically, we're not keeping record of our last_run_ts. i had mentioned in the past that we'll eventually need to track...
### Motivation We want to add two plots to the Predictoor Income dashboard.  ### Components **Contract Filtering*** Right below the title. Create 1 title + input text_field: "Feed Addresses"...
### Motivation We want to extend the plots generated to obtain insights into predictoor_income The goal here is to simply serve the data from the lake, to the dashboard with...
### Motivation The latest updates in Norbert's PR uses polars to do ETL on bronze_predictions and silver_predictions table. Let's update them to use DuckDB/SQL such that everything they require is...
"bronze_step" refers to the initial core ETL logic implemented, including the bronze_predictions table.
### Motivation As a result of [#657](https://github.com/oceanprotocol/pdr-backend/issues/657) it may be beneficial to have the "data being operated with" be logged at some capacity such that we can see the exact...
### Motivation As an outcome of reviewing 514/[#552](https://github.com/oceanprotocol/pdr-backend/pull/552), we emphasized that it would be valuable to add a retry around filling the data_lake. ### Outline Any inputs/triggers that cause gql_lake...
### Motivation We want to have efficient dashboards that load/update quickly. To test this it might take some time. Let's get a single-page dashboard done quickly so we can test...
### Motivation There is residual duplication of data as a result of initial subgraph->lake integration, and reducing the scope of e2e work (by working with fewer tables). Columns like: are...