Frank Bertsch
Frank Bertsch
For the Python SDK, it appears that there is some incompatible typing going on. This is for both SDK 3.1 and SDK 4.0. Take `folder_id`, for example. In the model,...
### Steps to reproduce 1. open https://www.nytimes.com/crosswords/game/mini 2. Cannot load the page ### Expected behaviour Should open the page. Recent update changed this behavior (I think 2 days ago?) ###...
For a dimension definition: ``` { "name": "field_name", "sql": "${TABLE}.field_name ;;" } ``` When the lookml is generated, another `;;` is appended. I'm seeing two options (there's probably more): -...
There is now a `tmp` dataset for temporary tables used in intermediate operations. We should utilize that dataset for the export.
That function is used in one place, so it should live in it's own script. That script should be called by `bin/run`.
This channel has been deprecated awhile, and the bit of data that comes in just has to be filtered out if we e.g. group on channel.
Opening this up for comments. Currently we input `{}` when there are no `additional_properties`. I propose that it is more intuitive that `additional_properties` is `NULL` when there are no elements...
The dataops-ci-bot currently generates schemas for `main` and `HEAD`, and compares them. The problem is that sometimes compatible commits will exist on `main` but not on `HEAD`, which look like...
This is a bit of a difficult task, but the request is basically the following: 1. Create BQ schema from before-commit and after-commit 2. Create table in BQ with before-commit...
Currently, we [add the default Glean dependency if none exist](https://github.com/mozilla/mozilla-schema-generator/blob/master/mozilla_schema_generator/glean_ping.py#L67). However this runs contrary to expectations; we now have tables for e.g. firefox-ios with Android-specific fields. We should instead allow...