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

Fix regression in timestamp expression #4889

Closed
wants to merge 1 commit into from
Closed

Fix regression in timestamp expression #4889

wants to merge 1 commit into from

Conversation

villebro
Copy link
Member

Change to superset/connectors/sqla/models.py in #4821 introduced a regression, breaking time grain rendering.

Change to superset/connectors/sqla/models.py in #4821 introduced a regression, breaking time grain rendering.
@xrmx
Copy link
Contributor

xrmx commented Apr 26, 2018

Is this the fix for the % escaping? If so any chance you can add a test please?

@codecov-io
Copy link

codecov-io commented Apr 26, 2018

Codecov Report

Merging #4889 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4889   +/-   ##
=======================================
  Coverage   76.97%   76.97%           
=======================================
  Files          44       44           
  Lines        8537     8537           
=======================================
  Hits         6571     6571           
  Misses       1966     1966
Impacted Files Coverage Δ
superset/connectors/sqla/models.py 74.23% <0%> (ø) ⬆️

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 fa3da8c...e269a1c. Read the comment docs.

@villebro
Copy link
Member Author

No, unfortunately not, this effectively eliminated all grain rendering. Will try to look at those and related issues in the coming days (The Snowflake engine exhibits some funny behaviour that resembles the %-bug).

@villebro villebro closed this Apr 27, 2018
@villebro
Copy link
Member Author

Bug fixed in #4890

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants