mozilla / lookml-generator

LookML Generator for Glean and Mozilla Data
https://mozilla.github.io/lookml-generator/generator.html
Mozilla Public License 2.0
17 stars 17 forks source link

Bump mozilla-metric-config-parser from 2024.9.8 to 2024.10.1 #1080

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps mozilla-metric-config-parser from 2024.9.8 to 2024.10.1.

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dataops-ci-bot commented 1 month ago

Integration report for "Bump mozilla-metric-config-parser from 2024.9.8 to 2024.10.1"

lookml.diff

Click to expand! ```diff Only in /tmp/workspace/looker-hub/firefox_ios: dashboards Only in /tmp/workspace/looker-hub/: user_journey diff -x '.*' -bur --no-dereference --new-file /tmp/workspace/looker-hub/user_journey/views/events_daily.view.lkml /tmp/workspace/generated-lookml/user_journey/views/events_daily.view.lkml --- /tmp/workspace/looker-hub/user_journey/views/events_daily.view.lkml 2024-10-08 07:00:40.146219897 +0000 +++ /tmp/workspace/generated-lookml/user_journey/views/events_daily.view.lkml 1970-01-01 00:00:00.000000000 +0000 @@ -1,71 +0,0 @@ -view: events_daily { - sql_table_name: `mozdata.messaging_system.events_daily` - ;; - - dimension: addon_version { - type: string - sql: ${TABLE}.addon_version ;; - } - - dimension: app_version { - type: string - sql: ${TABLE}.app_version ;; - } - - dimension: city { - type: string - sql: ${TABLE}.city ;; - } - - dimension: client_id { - type: string - sql: ${TABLE}.client_id ;; - } - - dimension: country { - type: string - map_layer_name: countries - sql: ${TABLE}.country ;; - } - - dimension: events { - type: string - sql: ${TABLE}.events ;; - hidden: yes - } - - dimension: experiments { - hidden: yes - sql: ${TABLE}.experiments ;; - } - - dimension: locale { - type: string - sql: ${TABLE}.locale ;; - } - - dimension: normalized_channel { - type: string - sql: ${TABLE}.normalized_channel ;; - } - - dimension: os { - type: string - sql: ${TABLE}.os ;; - } - - dimension: sample_id { - type: number - sql: ${TABLE}.sample_id ;; - } - - dimension: subdivision1 { - type: string - sql: ${TABLE}.subdivision1 ;; - } - - dimension: submission_date { - type: date - sql: CAST(${TABLE}.submission_date AS TIMESTAMP) ;; - } -} ```

Link to full diff