ajohnson5 / fpl_compare_app

0 stars 0 forks source link

Dagster data pipeline - Using Temporary data #56

Closed ajohnson5 closed 1 year ago

ajohnson5 commented 1 year ago

Since a number of the fpl api endpoints are not functioning at the moment I am using mock data generator which replicates the structure of the json data retrieved from these endpoints. Consequently a number of the functions used for the data retrieval are different to account for this in the gameweek_pipeline/assets/players.py. Before a full deployment can be made these need to changed along with removal of unneeded packages.

ajohnson5 commented 1 year ago

Since the first gameweek is complete the Dagster pipeline is now retrieving proper Fantasy Premier League data using the FPL API endpoints.