This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a change to branch scope-selector-modal
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 4456fa3  [fix] Re-cleanup legacy filters (#8523)
     add c62b2f4  [docs] CTAS on PostgreSQL needs commit to apply (#8367)
     add d3406e0  [Config] Cache static resources (#8370)
     add a199901  [sqla] Enforcing ISO 8601 date/timestamp formats (#7702)
     add 9fc37ea  [ci] Deprecate flake8 (#8409)
     add 1e533db  fixed typo in installation instructions (#8413)
     add 4cfd6b3  [tests] Fix, removing deprecated function for future Python 
release compatibility. (#8353)
     add cca689b  Add improved typed casting to BigQuery (#8331)
     add 8f246ce  chore: disable another flaky cypress test (#8423)
     add b91205d  [pydruid] Bumping the pydruid version (#8430)
     add a0db22b  docs: add a note to RELEASING about Slack Channel (#8419)
     add cde17a8  docs: Add an 'Orientation' section to CONTRIBUTING.md (#8422)
     add 08c6b61  [fix] refine release instructions (#8381)
     add 786d770  [fix] Updating parse_human_timedelta typing (#8436)
     add 19d2ea2  spelling fix (#8442)
     add a39c24e  explain the need to enable async queries (#8444)
     add 1d5718a  introduce a space in command line option (#8438)
     add 82b1747  Split up tests/db_engine_test.py (#8449)
     add 59889a4  [setup] Fix, download_url (#8439)
     add e704e29  Allow fetching all rows from results endpoint (#8389)
     add eaeed0c  removed repeated word (#8458)
     add c1810aa  [docs] Crafting a new release (#8433)
     add 148cec4  Add UI-only database configuration method for extended 
authorization scenarios (#8448)
     add a757b43  [db engine] Add support for Elasticsearch (#8441)
     add f7f0be5  [SIP-15] Making client time use UTC as the local time (#8450)
     add 8b74745  [SIP-15] Adding initial framework (#8398)
     add 1adf742  Provide documentation for using a Service Account to connect 
to BigQuery (#8462)
     add 5fb0bcb  [Datasource Editor] A few small UI changes in modal to 
prevent accidental edits (#8471)
     add 7afda6e  Update UPDATING.md (#8465)
     add 0a3b121  [sql] Fixing datetime SQL literal (#8464)
     add 18c6d17  docs: more release instructions (#8432)
     add 3cba1bd  feat: add expand_data parameter (#8472)
     add e4ca44e  Use `config[]` not `config.get()` (#8454)
     add 1ccfa4f  Re-enable DRUID_IS_ACTIVE flag (#8482)
     add a8f1589  fixing typo. (#8487)
     add 06a4108  Enhance docs for email reporting (#8486)
     add eb150eb  [sip-15] Fix time range endpoints encoding (#8481)
     add 554a6d8  [sip-15] Adding database level python-date-format (#8474)
     add d46b47a  feat(TableVis): Switch to the new table plugin (#8446)
     add acad66d  [datasource editor] Only one click target for edit action 
(#8495)
     add fda2333  [SIP-15] Updating ISO 8601 regex match to make time optional 
(#8494)
     add a305b1a  Change Fedora installation instructions + some small 
formatting changes (#8496)
     add 51c2290  feat: add korea(South) info on CountryMap viz and bump 
legacy-plugin-chart-country-map to v0.11.4 (#8478)
     add 5df1fcb  Add `Duplicate Tab` option (#8485)
     add 4c35de1  build: bump dompurify version because of nasty xss bypass. 
(#8498)
     add 9a29116  [typing] superset/models/core.py (#8284)
     add 338a2b1  Allow user to customize query cost estimate (#8470)
     add 5dba2f4  [SIP-15] Adding grace period (#8490)
     add 5617f87  Updating pip with default timeout (#8492)
     add 0730261  Fix column type on dbs.encrypted_extra, add instructions for 
testing migration downgrades (#8493)
     add e8af945  Update query tab's title when saving a new query (#8484)
     add 926dca3  [docs] Small fixes on the release docs (#8500)
     add 0e64dc8  [SIP-15] Making sure the toast link opens in a new tab (#8503)
     add 7e7f553  Remove tabs (#8508)
     add 571c474  Make Report a bug link open in a new tab (#8509)
     add d78e59b  revert tablevis (#8515)
     add 1e3d833  [sip-15] Fixing time range endpoints from dashboards (#8513)
     add ec476fc  Default page: remove title attribute to fall back on 
appbuilder.app_name (#8427)
     add 397e1e3  Replace hardcoded default colors with defaults in 
setupColors.js (#8510)
     add 49ea232  [fix] Improve csv upload functionality (#8457)
     add c4c01d6  [docs] Adding Slice parameter documentation (#8531)
     add 5ed2190  [docs] User tutorial (#8459)
     add 650c848  [cli] Fix, import datasources exported by UI (#8477)
     add 64de9aa  [docs] Updating slice parameter documentation. (#8535)
     add 6bce4f9  fab 2.2.0 (#8517)
     add 62476c5  Allow customization of documentation icon and text (#8507)
     add 763f59f  Add support for database engine SAP Hana (#8411)
     add b7b655e  [docs] 0.35.0 CHANGELOG (#8547)
     add a867d41  Upgrade superset-ui/time-format (#8541)
     add 1b3e40f  Clickable checkbox labels (#8534)
     add a58b392  Encode feature flags to JSON pessimistically (#8529)
     add 7bfa24d  [fix] Re-cleanup legacy filters (#8523)
     add 90275fe  Add convert_dttm method to SnowflakeEngineSpec (#8551)
     add 051d311  filter scope selector modal
     add 29adb4c  convert ids to scope object
     add dd5c47f  remove changes that should be another PR
     add 4bcc579  add single-field-edit in multi-edit mode switch
     add b0549a2  fix code review comments (round 1)
     add 7f41641  refactory after design review
     add 292570e  fix a few props initial value
     add d3bc346  Merge remote-tracking branch 'origin/scope-selector-modal' 
into scope-selector-modal

No new revisions were added by this update.

Summary of changes:
 superset/db_engine_specs/snowflake.py                   | 13 +++++++++++++
 .../{clickhouse_tests.py => snowflake_tests.py}         | 17 ++++++++++++-----
 2 files changed, 25 insertions(+), 5 deletions(-)
 copy tests/db_engine_specs/{clickhouse_tests.py => snowflake_tests.py} (65%)

Reply via email to