Skip to content

Commit

Permalink
[ci skip] Deployed bfbae90 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 8, 2023
1 parent 0aa44db commit 309fd59
Show file tree
Hide file tree
Showing 16 changed files with 1,761 additions and 1,024 deletions.
227 changes: 227 additions & 0 deletions mozdata/firefox_ios/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,13 @@
baseline_clients_last_seen
</a>

</li>

<li class="md-nav__item">
<a href="#baseline_clients_yearly" class="md-nav__link">
baseline_clients_yearly
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3675,6 +3682,13 @@
baseline_clients_last_seen
</a>

</li>

<li class="md-nav__item">
<a href="#baseline_clients_yearly" class="md-nav__link">
baseline_clients_yearly
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -4506,6 +4520,219 @@ <h2 id="baseline_clients_last_seen"><a href="#baseline_clients_last_seen">baseli

<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/firefox_ios/baseline_clients_last_seen">Source Directory</a> | <a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/firefox_ios/baseline_clients_last_seen/view.sql">View Definition</a> | <a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/firefox_ios/baseline_clients_last_seen/metadata.yaml">Metadata File</a> </p>
<hr />
<h2 id="baseline_clients_yearly"><a href="#baseline_clients_yearly">baseline_clients_yearly</a></h2>
<p><strong>Baseline Clients Yearly</strong></p>
<p><code>firefox_ios.baseline_clients_yearly</code></p>
<p>Captures activity history of each client in 1-Year
windows for each submission date based on baseline pings.</p>
<p>Clustering fields: <code>normalized_channel</code>, <code>sample_id</code></p>
<p>See also: <code>baseline_clients_daily</code></p>
<ul>
<li>Owners:<p>- <a href="mailto:[email protected]">[email protected]</a></p>
</li>
</ul>
<table>
<caption>Schema</caption>
<tr>
<th>Column</th>
<th>Description</th>
<th>Type</th>
<th>Nullable</th>
</tr>
<tr>
<td>days_since_seen</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>consecutive_days_seen</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>days_seen_in_past_year</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>days_since_active</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>consecutive_days_active</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>days_active_in_past_year</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>days_since_first_seen</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>day_of_week</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>days_seen_bytes</td>
<td></td>
<td>Bytes</td>
<td>Yes</td>
</tr><tr>
<td>days_active_bytes</td>
<td></td>
<td>Bytes</td>
<td>Yes</td>
</tr><tr>
<td>normalized_app_id</td>
<td></td>
<td>String</td>
<td>Yes</td>
</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>sample_id</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>first_run_date</td>
<td></td>
<td>Date</td>
<td>Yes</td>
</tr><tr>
<td>durations</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>days_seen_session_start_bits</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>days_seen_session_end_bits</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>normalized_channel</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>normalized_os</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>normalized_os_version</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>android_sdk_version</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>locale</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>city</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>country</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>app_build</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>app_channel</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>app_display_version</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>architecture</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>device_manufacturer</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>device_model</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>telemetry_sdk_build</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>first_seen_date</td>
<td></td>
<td>Date</td>
<td>Yes</td>
</tr><tr>
<td>is_new_profile</td>
<td></td>
<td>Boolean</td>
<td>Yes</td>
</tr><tr>
<td>isp</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr>
</table>

<table>
<caption>Referenced Tables</caption>
<tr>
<th>Project</th>
<th>Dataset</th>
<th>Table</th>
</tr>
<tr>
<td><a href=https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod>moz-fx-data-shared-prod</a></td>
<td><a href=https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/firefox_ios_derived>firefox_ios_derived</a></td>
<td><a href=https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/firefox_ios_derived/baseline_clients_yearly_v1>baseline_clients_yearly_v1</a></td>
</tr>
</table>

<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/firefox_ios/baseline_clients_yearly">Source Directory</a> | <a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/firefox_ios/baseline_clients_yearly/view.sql">View Definition</a> | <a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/firefox_ios/baseline_clients_yearly/metadata.yaml">Metadata File</a> </p>
<hr />
<h2 id="bookmarks_sync"><a href="#bookmarks_sync">bookmarks_sync</a></h2>
<p><strong>App-specific view for Glean ping "bookmarks-sync"</strong></p>
<p><code>firefox_ios.bookmarks_sync</code></p>
Expand Down
10 changes: 0 additions & 10 deletions mozdata/monitoring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5021,16 +5021,6 @@ <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
Loading

0 comments on commit 309fd59

Please sign in to comment.