Skip to content

Commit

Permalink
[ci skip] Deployed 0c61978 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 9, 2023
1 parent ddbd90b commit 8a2d35d
Show file tree
Hide file tree
Showing 16 changed files with 2,116 additions and 1,483 deletions.
10 changes: 10 additions & 0 deletions mozdata/monitoring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5021,6 +5021,16 @@ <h2 id="airflow_trigger"><a href="#airflow_trigger">airflow_trigger</a></h2>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>trigger_id</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>created_at</td>
<td></td>
<td>Timestamp</td>
<td>Yes</td>
</tr>
</table>

Expand Down
10 changes: 10 additions & 0 deletions mozdata/mozilla_vpn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6764,6 +6764,16 @@ <h2 id="subscriptions"><a href="#subscriptions">subscriptions</a></h2>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>provider</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>apple_receipt</td>
<td></td>
<td>Record</td>
<td>Yes</td>
</tr>
</table>

Expand Down
146 changes: 146 additions & 0 deletions mozdata/org_mozilla_fenix/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6457,6 +6457,152 @@ <h2 id="releases"><a href="#releases">releases</a></h2>
<h2 id="review_checker_events"><a href="#review_checker_events">review_checker_events</a></h2>
<p><code>org_mozilla_fenix.review_checker_events</code></p>
<p>None</p>
<table>
<caption>Schema</caption>
<tr>
<th>Column</th>
<th>Description</th>
<th>Type</th>
<th>Nullable</th>
</tr>
<tr>
<td>submission_date</td>
<td></td>
<td>Date</td>
<td>Yes</td>
</tr><tr>
<td>client_id</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>os</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>os_version</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>is_address_bar_feature_callout_displayed</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_address_bar_icon_clicked</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_address_bar_icon_displayed</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_analyze_reviews_none_available_clicked</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_closed</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_displayed</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_expand_settings</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_learn_more_clicked</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_no_review_reliability_available</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_onboarding_displayed</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>surface_opt_in_accepted</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_reactivated_button_clicked</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_reanalyze_clicked</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_show_more_recent_reviews_clicked</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_show_privacy_policy_clicked</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_show_quality_explainer_url_clicked</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_surface_show_terms_clicked</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>is_engaged_with_sidebar</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>experiments</td>
<td></td>
<td>Record</td>
<td>No</td>
</tr><tr>
<td>normalized_channel</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>normalized_country_code</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>sample_id</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>app_version</td>
<td></td>
<td>Numeric</td>
<td>Yes</td>
</tr>
</table>

<table>
<caption>Referenced Tables</caption>
<tr>
Expand Down
Loading

0 comments on commit 8a2d35d

Please sign in to comment.