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

add logging to csv upload #6297

Merged
merged 1 commit into from
Nov 8, 2018

Conversation

timifasubaa
Copy link
Contributor

This PR logs successful vs failed CSV upload attempts

@john-bodley

@@ -372,6 +372,7 @@ def form_post(self, form):
flash(
message,
'danger')
stats_logger.incr('failed_csv_upload')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there merit in including the sqllab. prefix? Note I'm not sure whether historically we use sqllab or sql_lab.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

per our discussion I think the current state is fine.

@codecov-io
Copy link

Codecov Report

Merging #6297 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #6297      +/-   ##
=========================================
- Coverage    77.3%   77.3%   -0.01%     
=========================================
  Files          67      67              
  Lines        9576    9578       +2     
=========================================
+ Hits         7403    7404       +1     
- Misses       2173    2174       +1
Impacted Files Coverage Δ
superset/views/core.py 74.8% <100%> (-0.04%) ⬇️

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 8c0551e...a97bce0. Read the comment docs.

@timifasubaa timifasubaa merged commit 77845ab into apache:master Nov 8, 2018
bipinsoniguavus pushed a commit to ThalesGroup/incubator-superset that referenced this pull request Dec 26, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.34.0 labels Feb 27, 2024
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 🚢 0.34.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants