remove utf8 declaration (#6096)
This commit is contained in:
parent
68ff4e5b72
commit
46c86672c8
|
|
@ -1,5 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# superset documentation build configuration file, created by
|
||||
# sphinx-quickstart on Thu Dec 17 15:42:06 2015.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
console_log==0.2.10
|
||||
flake8-coding==1.3.0
|
||||
flake8-commas==2.0.0
|
||||
flake8-import-order==0.18
|
||||
flake8-quotes==1.0.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from collections import defaultdict
|
||||
|
||||
from superset import sm
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
"""Package's main module!"""
|
||||
import json
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
import warnings
|
||||
import click
|
||||
from flask.cli import FlaskGroup
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
from flask import request
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
from datetime import datetime
|
||||
import logging
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
"""The main config file for Superset
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
import json
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
from flask import Markup
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
from sqlalchemy.orm import subqueryload
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from . import models # noqa
|
||||
from . import views # noqa
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
# pylint: disable=invalid-unary-operand-type
|
||||
from collections import OrderedDict
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
from datetime import datetime
|
||||
import json
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from . import models # noqa
|
||||
from . import views # noqa
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
from datetime import datetime
|
||||
import logging
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
"""Views used by the SqlAlchemy connector"""
|
||||
from flask import flash, Markup, redirect
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
""" Superset wrapper around pandas.DataFrame.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
"""Compatibility layer for different database engines
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
from pyhive import hive
|
||||
from TCLIService import ttypes
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
import logging
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
#
|
||||
# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
"""Contains the logic to create cohesive forms on the explore view"""
|
||||
from flask_appbuilder.fieldwidgets import BS3TextFieldWidget
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
import logging
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
"""Defines the templating context for SQL Lab"""
|
||||
from datetime import datetime, timedelta
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
"""Code related with dealing with legacy / change management"""
|
||||
import re
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# pylint: disable=C,R,W
|
||||
import logging
|
||||
from logging.config import fileConfig
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Fix wrong constraint on table columns
|
||||
|
||||
Revision ID: 1226819ee0e3
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Adds params to the datasource (druid) table
|
||||
|
||||
Revision ID: 1296d28ec131
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""is_featured
|
||||
|
||||
Revision ID: 12d55656cbca
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""making audit nullable
|
||||
|
||||
Revision ID: 18e88e1cc004
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Adding metric warning_text
|
||||
|
||||
Revision ID: 19a814813610
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""adding slug to dash
|
||||
|
||||
Revision ID: 1a48a5411020
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""log dt
|
||||
|
||||
Revision ID: 1d2ddd543133
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: 1e2841a4128
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import json
|
||||
|
||||
from alembic import op
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""user_id
|
||||
|
||||
Revision ID: 2591d77e9831
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Make creator owners
|
||||
|
||||
Revision ID: 27ae655e4247
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Add encrypted password field
|
||||
|
||||
Revision ID: 289ce07647b
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""TZ offsets in data sources
|
||||
|
||||
Revision ID: 2929af7925ed
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""saved_queries
|
||||
|
||||
Revision ID: 2fcdcb35e487
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""adding log model
|
||||
|
||||
Revision ID: 315b3f4da9b0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
from superset import db
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Sync DB with the models.py.
|
||||
|
||||
Sqlite doesn't support alter on tables, that's why most of the operations
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""add_sql_string_to_table
|
||||
|
||||
Revision ID: 3c3ffe173e4f
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""database options for sql lab
|
||||
|
||||
Revision ID: 41f6a59a61f2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""log more
|
||||
|
||||
Revision ID: 430039611635
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: 43df8de3a5f4
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""allow_run_sync_async
|
||||
|
||||
Revision ID: 4500485bde7d
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: 472d2f73dfd4
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: 4736ec66ce19
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Init
|
||||
|
||||
Revision ID: 4e6a06bad7a8
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""owners_many_to_many
|
||||
|
||||
Revision ID: 4fa88fe24e94
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""log_this_plus
|
||||
|
||||
Revision ID: 525c854f0005
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""sqla_descr
|
||||
|
||||
Revision ID: 55179c7f25c7
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: 5a7bad26f2a7
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Add access_request table to manage requests to access datastores.
|
||||
|
||||
Revision ID: 5e4a03ef0bf0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: 6414e83d82b7
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""allow_dml
|
||||
|
||||
Revision ID: 65903709c321
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""update_spatial_params
|
||||
|
||||
Revision ID: 67a6ac9b727b
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""add fetch values predicate
|
||||
|
||||
Revision ID: 732f1c06bcbf
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""fixing audit fk
|
||||
|
||||
Revision ID: 763d4b211ec9
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: 7dbf98566af7
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""results_key to query
|
||||
|
||||
Revision ID: 7e3ddad2a00b
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""cache_timeouts
|
||||
|
||||
Revision ID: 836c0bf75904
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Adding extra field to Database model
|
||||
|
||||
Revision ID: 867bf4f117f9
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: 8e80a26a31db
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""adjusting key length
|
||||
|
||||
Revision ID: 956a063c52b3
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""add dttm_format related fields in table_columns
|
||||
|
||||
Revision ID: 960c69cb1f5b
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: 979c03af3341
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""adding favstar model
|
||||
|
||||
Revision ID: a2d606a761d9
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""add_result_backend_time_logging
|
||||
|
||||
Revision ID: a65458420354
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""query.start_running_time
|
||||
|
||||
Revision ID: a6c18f869a4e
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""rewriting url from shortner with new format
|
||||
|
||||
Revision ID: a99f2f7c195a
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""add impersonate_user to dbs
|
||||
|
||||
Revision ID: a9c47e2c1547
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""add_cache_timeout_to_druid_cluster
|
||||
|
||||
Revision ID: ab3d66c4246e
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Add avg() to default metrics
|
||||
|
||||
Revision ID: ad4d656d92bc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Update models to support storing the queries.
|
||||
|
||||
Revision ID: ad82a75afd82
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""adding verbose_name to druid column
|
||||
|
||||
Revision ID: b318dfe5fb6c
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: b347b202819b
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""change_table_unique_constraint
|
||||
|
||||
Revision ID: b4456560d4f3
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Add json_metadata to the tables table.
|
||||
|
||||
Revision ID: b46fa1b0b39e
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""add schema to table model
|
||||
|
||||
Revision ID: bb51420eaf83
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Add keyvalue table
|
||||
|
||||
Revision ID: bcf3126872fc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Materializing permission
|
||||
|
||||
Revision ID: c3a8f8611885
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""dim_spec
|
||||
|
||||
Revision ID: c611f2b591b8
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""tracking_url
|
||||
|
||||
Revision ID: ca69c70ec99b
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: d2424a248d63
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: d39b1e37131d
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""empty message
|
||||
|
||||
Revision ID: d6db5a5cdb5d
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""css templates
|
||||
|
||||
Revision ID: d827694c7555
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Add new field 'is_restricted' to SqlMetric and DruidMetric
|
||||
|
||||
Revision ID: d8bc074f7aad
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""update_slice_model_json
|
||||
|
||||
Revision ID: db0c65b146bd
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Add verbose name to DruidCluster and Database
|
||||
|
||||
Revision ID: db527d8c4c78
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""annotations
|
||||
|
||||
Revision ID: ddd6ebdd853b
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""materialize perms
|
||||
|
||||
Revision ID: e46f2d27a08e
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""smaller_grid
|
||||
Revision ID: e866bd2d4976
|
||||
Revises: 21e88bc06c02
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue