Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db_engine_specs: use correct sqlite week time grain #4831

Merged
merged 1 commit into from
Apr 15, 2018

Conversation

xrmx
Copy link
Contributor

@xrmx xrmx commented Apr 15, 2018

We want the week of year %W and not the day of week %w
when using week as time grain.

Reference:
https://www.sqlite.org/lang_datefunc.html

We want the week of year %W and not the day of week %w
when using week as time grain.

Reference:
https://www.sqlite.org/lang_datefunc.html
@codecov-io
Copy link

Codecov Report

Merging #4831 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4831   +/-   ##
=======================================
  Coverage   72.36%   72.36%           
=======================================
  Files         208      208           
  Lines       15662    15662           
  Branches     1227     1227           
=======================================
  Hits        11334    11334           
  Misses       4325     4325           
  Partials        3        3
Impacted Files Coverage Δ
superset/db_engine_specs.py 51.89% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 23a3365...5ea97f0. Read the comment docs.

@mistercrunch mistercrunch merged commit 3b18fbf into apache:master Apr 15, 2018
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
We want the week of year %W and not the day of week %w
when using week as time grain.

Reference:
https://www.sqlite.org/lang_datefunc.html
timifasubaa pushed a commit to timifasubaa/incubator-superset that referenced this pull request May 31, 2018
We want the week of year %W and not the day of week %w
when using week as time grain.

Reference:
https://www.sqlite.org/lang_datefunc.html
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
We want the week of year %W and not the day of week %w
when using week as time grain.

Reference:
https://www.sqlite.org/lang_datefunc.html
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.25.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.25.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants