Skip to content

Commit

Permalink
feat(snowflake): enable day-of-week column expression
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 28, 2022
1 parent 1bf9d7c commit 6fd9c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def test_day_of_week_scalar(con, date, expected_index, expected_day):
assert result_day.lower() == expected_day.lower()


@pytest.mark.notimpl(["datafusion", "snowflake", "mssql"])
@pytest.mark.notimpl(["datafusion", "mssql"])
def test_day_of_week_column(backend, alltypes, df):
expr = alltypes.timestamp_col.day_of_week

Expand Down

0 comments on commit 6fd9c33

Please sign in to comment.