Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ramunas-omnisend committed May 17, 2022
1 parent 39b3a17 commit d26c36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class BigQueryEngineSpec(BaseEngineSpec):
"PT1H": "{func}({col}, HOUR)",
"P1D": "{func}({col}, DAY)",
"P1W": "{func}({col}, WEEK)",
"1969-12-29T00:00:00Z/P1W": "{func}({col}, ISOWEEK)",
"1969-12-29T00:00:00Z/P1W": "{func}({col}, ISOWEEK)",
"P1M": "{func}({col}, MONTH)",
"P3M": "{func}({col}, QUARTER)",
"P1Y": "{func}({col}, YEAR)",
Expand Down

0 comments on commit d26c36f

Please sign in to comment.