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

Allow time dimensions for date columns #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andresgutgon
Copy link
Contributor

Info on this issue

@andresgutgon andresgutgon force-pushed the feature/allow-time-dimensions-for-dates branch from 7a1520a to b2e6a51 Compare October 15, 2018 08:14
@andresgutgon andresgutgon force-pushed the feature/allow-time-dimensions-for-dates branch from b2e6a51 to 16f93b3 Compare October 15, 2018 08:15
@@ -32,6 +32,29 @@ def test_report_runs_with_an_aggregate_other_than_count
assert data.all? { |r| r.key?('a_metric') }
end

def test_report_runs_with_a_year_grouping
if ENV['DB'] == 'pg'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this not work with MySQL as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did a helper function in the other pr, I can change here after merge the other.

@t27duck t27duck added the stale label Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants