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 4b57930 commit 9433224Copy full SHA for 9433224
sql/moz-fx-data-shared-prod/accounts_backend_derived/monitoring_db_counts_v1/metadata.yaml
@@ -3,6 +3,8 @@ description: |-
3
Simple aggregation of counts of records in the FxA DB tables.
4
Enables to identify trends within accounts data. E.g. "How many
5
inactive accounts are there?"
6
+ Note: because its source tables are overwritten daily, query used to
7
+ populate this table is not idempotent so this table should not be backfilled.
8
owners:
9
- [email protected]
10
labels:
sql/moz-fx-data-shared-prod/accounts_backend_derived/monitoring_db_counts_v1/schema.yaml
@@ -0,0 +1,10 @@
1
+fields:
2
+- name: date
+ type: DATE
+ mode: NULLABLE
+- name: table_name
+ type: STRING
+- name: total_rows
+ type: INTEGER
0 commit comments