Attila Tóth

Results 30 comments of Attila Tóth

have you run `docker-compose up --build` after updating your local repo? @1kc2

@1kc2 did the CSV files get downloaded properly in `nft-starter-kit/pre-built-dashboards/database/data/` also you noticed any errors while docker was starting up?

Thanks a lot @1kc2 ! based on these lines: ```bash pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:43.735 UTC [184] STATEMENT: COPY assets FROM STDIN CSV HEADER; pre-built-dashboards-timescaledb-1 | ERROR: invalid input syntax for...

@fpena06 I think these errors are expected because you need to "finalize" the db connection in Superset, you need to manually go in and click the Finish button (as it's...

Hi @fpena06 and @1kc2 I've pushed some updates https://github.com/timescale/nft-starter-kit/pull/6 and https://github.com/timescale/nft-starter-kit/pull/7 and after some internal testing the dashboards work as expected. Could you try again (probably the easiest to clone...

Also if you have any other feedback regarding the starter kit / how you use it / what feature would be useful etc... would be appreciated

Hi @andrew0306 ! What version of `docker-compose` did you use to build the containers?

Hi @andrew0306 Sorry for the late response. I saw your message and currently running some test to find the issue. How are you building the containers?

Hi @VillainGuy events_backfill() should yield all the items from the given time window in batches of 300. Pagination is handled internally. How are you using `events_backfill()`?

I'm not aware that this data point is present in the API. So the only solution seems to be to scrape it:(