{% extends "billy/base.html" %} {% load url from future %} {% load humanize %} {% load billy_utiltags %} {% block title %} {{ metadata.name}} {% endblock %} {% block content %}

{{ metadata.name }}

Metadata

Last run information

{% if runlog %}


Last scrape started at {{ runlog.scraped.started }} UTC, {% if runlog.failure %} failed, took {{runlog.scraped.time_delta}}.
Last successful run was at {{last_success.scraped.started}} UTC, took {{last_success.scraped.time_delta}}. {% else %} finished successfully in {{runlog.scraped.time_delta}}. {% endif %}

    {% for key, val in runlog.imported.items %}
  • {{ key }} - out of {{ val.total }} records, {{ val.insert }} records were new {#, and {{ val.update }} were updated#} {% endfor %} {% endif %}

Bills

Upper:
{{report.bills.upper_count}}
Lower:
{{report.bills.lower_count}}
Versions:
{{report.bills.version_count}}
Duplicate Versions:
{{report.bills.duplicate_versions|length}}
without actions:
{{report.bills.actionless_count}}
without sponsors:
{{report.bills.sponsorless_count}}
without versions:
{{report.bills.versionless_count}}
with progress gaps:
{{report.bills.progress_meter_gaps|length}}
Updated Today:
{{report.bills.updated_today}}%
Updated This Month:
{{report.bills.updated_this_month}}%
Updated This Year:
{{report.bills.updated_this_year}}%

Distinct Object Values

These pages display distinct values for each key found in objects in the collections in mongo.

{% for session in sessions %} {{session}}
{% endfor %}

Events

View the first 20 events.

Legislators

Upper:
{{report.legislators.upper_active_count}}
Lower:
{{report.legislators.lower_active_count}}
Inactive:
{{report.legislators.inactive_count}}
with Influence Explorer id:
{{report.legislators.transparencydata_id}}
with URL:
{{report.legislators.url}}
with Photo URL:
{{report.legislators.photo_url}}
with Email:
{{report.legislators.email}}
Updated Today:
{{report.legislators.updated_today}}%
Updated This Month:
{{report.legislators.updated_this_month}}%
Updated This Year:
{{report.legislators.updated_this_year}}%

Committees

Upper:
{{report.committees.upper_count}}
Lower:
{{report.committees.lower_count}}
Joint:
{{report.committees.joint_count}}
Empty:
{{report.committees.empty_count}}
Updated Today:
{{report.committees.updated_today}}%
Updated This Month:
{{report.committees.updated_this_month}}%
Updated This Year:
{{report.committees.updated_this_year}}%

Data Quality Exceptions

View existing / add additional data quality exceptions.

{% endblock %}