Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Scheduling queries from SQL Lab (#7416) #7446

Merged
merged 11 commits into from
May 3, 2019

Commits on Apr 29, 2019

  1. Merge lastest from master into lyft-release-sp8 (apache#7405)

    * filter out all nan series (apache#7313)
    
    * improve not rich tooltip (apache#7345)
    
    * Create issue_label_bot.yaml (apache#7341)
    
    * fix: do not save colors without a color scheme (apache#7347)
    
    * [wtforms] Strip leading/trailing whitespace (apache#7084)
    
    * [schema] Updating the datasources schema (apache#5451)
    
    * limit tables/views returned if schema is not provided (apache#7358)
    
    * limit tables/views returned if schema is not provided
    
    * fix typo
    
    * improve code performance
    
    * handle the case when table name or view name does not present a schema
    
    * Add type anno (apache#7342)
    
    * Updated local dev instructions to include missing step
    
    * First pass at type annotations
    
    * [schema] Updating the base column schema (apache#5452)
    
    * Update 937d04c16b64_update_datasources.py (apache#7361)
    
    * Feature flag for client cache (apache#7348)
    
    * Feature flag for client cache
    
    * Fix integration test
    
    * Revert "Fix integration test"
    
    This reverts commit 58434ab.
    
    * Feature flag for client cache
    
    * Fix integration tests
    
    * Add feature flag to config.py
    
    * Add another feature check
    
    * Fix more integration tests
    
    * Fix raw HTML in SliceAdder (apache#7338)
    
    * remove backendSync.json (apache#7331)
    
    * [bubbles] issue when using duplicated metrics (apache#7087)
    
    * SUPERSET-7: Docker compose config version breaks on Ubuntu 16.04 (apache#7359)
    
    * SUPERSET-8: Update text in docs copyright footer (apache#7360)
    
    * SUPERSET-7: Docker compose config version breaks on Ubuntu 16.04
    
    * SUPERSET-8: Extra text in docs copyright footer
    
    * [schema] Adding commits and removing unnecessary foreign-key definitions (apache#7371)
    
    *  Store last selected dashboard in sessionStorage (apache#7181)
    
    * Store last selected dashboard in sessionStorage
    
    * Fix tests
    
    * [schema] Updating the base metric schema (apache#5453)
    
    * Fix NoneType bug & fill the test recipients with original recipients if empty (apache#7365)
    DiggidyDave authored and xtinec committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    f5e1dcc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. feat: see Presto row and array data types (apache#7391)

    * feat: see Presto row and array data types
    
    * fix: address PR comments
    
    * fix: lint and build issues
    
    * fix: add types
    khtruong authored and xtinec committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    bfd685e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Incorporate feedback from initial PR (prematurely merged to lyft-rele…

    …ase-sp8) (apache#7415)
    
    * add stronger type hints where possible
    
    * fix: lint issues and add select_star func in Hive
    
    * add missing pkg init
    
    * fix: build issues
    
    * fix: pylint issues
    
    * fix: use logging instead of print
    DiggidyDave authored and xtinec committed May 1, 2019
    Configuration menu
    Copy the full SHA
    51c7f92 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    bbb0b75 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. fix: address feedback

    khtruong committed May 3, 2019
    Configuration menu
    Copy the full SHA
    ff6c208 View commit details
    Browse the repository at this point in the history
  2. fix: spacing

    khtruong committed May 3, 2019
    Configuration menu
    Copy the full SHA
    b1aface View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a81e1 View commit details
    Browse the repository at this point in the history
  4. feat: view presto row objects in data grid (apache#7436)

    * feat: view presto row objects in data grid
    
    * fix: address feedback
    
    * fix: spacing
    khtruong authored and betodealmeida committed May 3, 2019
    Configuration menu
    Copy the full SHA
    2a003c1 View commit details
    Browse the repository at this point in the history
  5. feat: Scheduling queries from SQL Lab (apache#7416)

    * Lightweight pipelines POC
    
    * Add docs
    
    * Minor fixes
    
    * Remove Lyft URL
    
    * Use enum
    
    * Minor fix
    
    * Fix unit tests
    
    * Mark props as required
    betodealmeida authored May 3, 2019
    Configuration menu
    Copy the full SHA
    90eef51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e23f90 View commit details
    Browse the repository at this point in the history
  7. feat: Scheduling queries from SQL Lab (apache#7416)

    Merge commit '90eef51' from lyft-release-sp8
    betodealmeida authored and Dave Smith committed May 3, 2019
    Configuration menu
    Copy the full SHA
    4b5e54f View commit details
    Browse the repository at this point in the history