fix: implement force refresh in chart data request (#9762)

* fix: implement force refresh in chart data request

* unrelated lint
This commit is contained in:
Ville Brofeldt
2020-05-07 19:33:41 +03:00
committed by GitHub
parent 80f8349018
commit 5b430ead42
6 changed files with 98 additions and 87 deletions

View File

@@ -15,11 +15,11 @@
# specific language governing permissions and limitations
# under the License.
import logging
from dataclasses import dataclass
from typing import List, Optional, Set
from urllib import parse
import sqlparse
from dataclasses import dataclass
from sqlparse.sql import (
Function,
Identifier,