You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kedro's ingest_data_from_pg pipeline, function/node (process_lar_partitions) is querying lars table twice to be used in two parameters: pg_lar_data and lar_row_counts_by_lei.
We need to look into optimizing this into single query if possible.
To verify, we can compare the results before and after optimizing
The text was updated successfully, but these errors were encountered:
In Kedro's
ingest_data_from_pg
pipeline, function/node (process_lar_partitions
) is querying lars table twice to be used in two parameters:pg_lar_data
andlar_row_counts_by_lei
.We need to look into optimizing this into single query if possible.
To verify, we can compare the results before and after optimizing
The text was updated successfully, but these errors were encountered: