edanalytics / edu_edfi_airflow

Manages extract-load of Ed-Fi data in Airflow
Other
4 stars 0 forks source link

Unintended parameters are being passed into GET-requests to the Ed-Fi API #66

Open jayckaiser opened 1 month ago

jayckaiser commented 1 month ago

When pulling from the Ed-Fi API, the parameter getKeyChanges=False is being passed in the request. This is not affecting the payloads of the pulls because this parameter is not defined in Ed-Fi. However, it should not be an element of the payloads and needs to be removed.

jayckaiser commented 1 month ago

@ejoranlienea This bug will be resolved after we merge edfi_api_client PR30 into a tagged release.