We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now if we have a partial week, we reject the data and don't upload to Dynamo.
This is good to prevent overwriting full weeks when backfilling, but means we need to wait a week to get any up to date data
We should allow partial when the dates are within the same week as $CURRENT_DAY so we don't have this constant "No data" block
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now if we have a partial week, we reject the data and don't upload to Dynamo.
This is good to prevent overwriting full weeks when backfilling, but means we need to wait a week to get any up to date data
We should allow partial when the dates are within the same week as $CURRENT_DAY so we don't have this constant "No data" block
The text was updated successfully, but these errors were encountered: