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

fix: Fix dremio dialect not having a driver field #15198

Merged
merged 2 commits into from
Jun 17, 2021
Merged

Conversation

hughhhh
Copy link
Member

@hughhhh hughhhh commented Jun 16, 2021

SUMMARY

For Dremio_flight spec, there isn't an attribute for driver so creating a fallback for it but setting name instead.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #15198 (8026454) into master (dafaaae) will increase coverage by 0.10%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #15198      +/-   ##
==========================================
+ Coverage   77.33%   77.44%   +0.10%     
==========================================
  Files         969      969              
  Lines       50072    50677     +605     
  Branches     6441     6441              
==========================================
+ Hits        38723    39245     +522     
- Misses      11144    11227      +83     
  Partials      205      205              
Flag Coverage Δ
hive 81.46% <0.00%> (+0.03%) ⬆️
javascript 72.08% <ø> (ø)
mysql 81.79% <0.00%> (+0.09%) ⬆️
postgres 81.81% <0.00%> (+0.09%) ⬆️
python 82.18% <0.00%> (+0.09%) ⬆️
sqlite 81.45% <0.00%> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
superset/db_engine_specs/__init__.py 54.23% <0.00%> (ø)
superset/db_engine_specs/sqlite.py 98.27% <0.00%> (+1.40%) ⬆️
superset/sql_lab.py 83.43% <0.00%> (+1.53%) ⬆️
superset/views/core.py 78.08% <0.00%> (+2.53%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dafaaae...8026454. Read the comment docs.

superset/db_engine_specs/__init__.py Outdated Show resolved Hide resolved
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
@hughhhh hughhhh merged commit 965dacd into master Jun 17, 2021
henryyeh pushed a commit to preset-io/superset that referenced this pull request Jun 17, 2021
* Update __init__.py

* Update superset/db_engine_specs/__init__.py

Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>

Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
(cherry picked from commit 965dacd)
cccs-RyanS pushed a commit to CybercentreCanada/superset that referenced this pull request Dec 17, 2021
* Update __init__.py

* Update superset/db_engine_specs/__init__.py

Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>

Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
QAlexBall pushed a commit to QAlexBall/superset that referenced this pull request Dec 29, 2021
* Update __init__.py

* Update superset/db_engine_specs/__init__.py

Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>

Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
cccs-rc pushed a commit to CybercentreCanada/superset that referenced this pull request Mar 6, 2024
* Update __init__.py

* Update superset/db_engine_specs/__init__.py

Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>

Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.3.0 labels Mar 12, 2024
@mistercrunch mistercrunch deleted the fix-dremio-issue branch March 26, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels preset:2021.23 size/XS 🚢 1.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants