We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea66a8 commit b6ced5dCopy full SHA for b6ced5d
investing_algorithm_framework/app/app.py
@@ -850,7 +850,7 @@ def check_data_completeness(
850
if completeness < 100:
851
raise DataError(
852
f"Data completeness for data source "
853
- f"{data_source.data_provider_identifier} "
+ f"{data_source.identifier} "
854
f"({data_source.symbol}) is {completeness:.2f}% "
855
f"complete. Missing data points: {len(missing)}"
856
)
0 commit comments