-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
explicitly definte schema and types, use response.json() (#6931)
* coerce type of received data to be strings - no need to worry about records of varying schema - explicitly define schema of table, take out import tempfile * input correct dataset: addon_moderations_derived * update typed_metadata, applied_policies to be STRING, job_assigned_at as STRING * explicitly define typed_metadata record, applied_policy record, make entity type JSON, change dates from string to timestamps * remove explicit definition of schema in query.py, import schema file instead, correct spelling error in schema.yaml * update description of uuid * Update sql/moz-fx-data-shared-prod/addon_moderations_derived/cinder_decisions_raw_v1/query.py Co-authored-by: Sean Rose <1994030+sean-rose@users.noreply.github.com> * Update sql/moz-fx-data-shared-prod/addon_moderations_derived/cinder_decisions_raw_v1/query.py Co-authored-by: Sean Rose <1994030+sean-rose@users.noreply.github.com> * Update sql/moz-fx-data-shared-prod/addon_moderations_derived/cinder_decisions_raw_v1/query.py Co-authored-by: Sean Rose <1994030+sean-rose@users.noreply.github.com> --------- Co-authored-by: Sean Rose <1994030+sean-rose@users.noreply.github.com>
- Loading branch information
1 parent
8d21c56
commit 31782e9
Showing
2 changed files
with
50 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31782e9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Integration report for "explicitly definte schema and types, use response.json() (#6931)"
sql.diff
Click to expand!
Link to full diff