-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store number of captures per earnings record #56
Comments
@ZavenArra how do we count the captures number for every earnings record? |
My plan on this:
I can add this as a function into the lib, so we can use it in the dag, which one is a good one for this goal? |
We don't need to update ALL the records, just the ones that we are adding. The captures count should be computed when we create an earnings record, and from there it will never change. |
Which dag is the one you used to insert the earnings record? contracts-earnings-fcc-term-3.py ? there are three similar. |
Create new field in the earnings schema called 'captures_count' and extend the DAG to store the total number of captures consolidated into each earnings record.
The text was updated successfully, but these errors were encountered: