You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datasets/other/socorro_crash/reference.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The job is schedule on a nightly basis on airflow.
33
33
The dag is available under [`mozilla/telemetry-airflow:/dags/socorro_import.py`](https://github.com/mozilla/telemetry-airflow/blob/930790116d8d5c924cd61a07311fc8a34340f3d6/dags/socorro_import.py).
34
34
35
35
### Schema
36
-
The source schema is available on the [`mozilla/socorro` GitHub repository](https://raw.githubusercontent.com/mozilla/socorro/master/socorro/schemas/crash_report.json).
36
+
The source schema is available on the [`mozilla-services/socorro` GitHub repository](https://raw.githubusercontent.com/mozilla-services/socorro/master/socorro/schemas/crash_report.json).
37
37
This schema is transformed into a Spark-SQL structure and serialized to parquet after transforming column names from `camelCase` to `snake_case`.
0 commit comments