-
Notifications
You must be signed in to change notification settings - Fork 590
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
FEAT: OmniSciDB - Add support to week extraction #2171
FEAT: OmniSciDB - Add support to week extraction #2171
Conversation
|
this PR is ready for review! thanks! |
59cd0ee
to
30ffbb7
Compare
adb162a
to
7c61f9b
Compare
| @@ -286,6 +289,30 @@ def extract_field_formatter(translator, expr, sql_attr=sql_attr): | |||
| return extract_field_formatter | |||
|
|
|||
|
|
|||
| def _extract_field_dow_name(sql_attr): | |||
| def extract_field_formatter(translator, expr, sql_attr=sql_attr): | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you enable tests for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as it is not unsupported anymore the current tests should check it https://github.com/ibis-project/ibis/blob/master/ibis/tests/all/test_temporal.py#L361-L397
7c61f9b
to
29fc58a
Compare
|
lgtm. @datapythonista see if you can merge here. |
|
No, same messages as in the screenshot I shared: |
|
try again @datapythonista |
|
Yep, all good now, thanks @jreback I was a bit confused, because I'm not in this list: https://github.com/orgs/ibis-project/people But apparently is not needed. Thanks @xmnlab for the PR |
|
yeah i am not sure the teams are setup correctly, will fix at some point. |
OmniSciDB - Add support to week extraction
ref: #1499