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

forms: make csv import parse dates accepts a list of columns #4639

Merged
merged 1 commit into from
Mar 23, 2018

Conversation

xrmx
Copy link
Contributor

@xrmx xrmx commented Mar 18, 2018

Instead of a boolean which has way less chances to work. While
at it add a proper label for the "con" field.

Fixes #4637

cc @timifasubaa

@xrmx xrmx force-pushed the csvimportparsedate branch 3 times, most recently from 0fafeee to e5155b5 Compare March 18, 2018 17:31
@codecov-io
Copy link

codecov-io commented Mar 18, 2018

Codecov Report

Merging #4639 into master will increase coverage by 0.02%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4639      +/-   ##
=========================================
+ Coverage   71.37%   71.4%   +0.02%     
=========================================
  Files         190     190              
  Lines       14918   14934      +16     
  Branches     1102    1102              
=========================================
+ Hits        10648   10663      +15     
- Misses       4267    4268       +1     
  Partials        3       3
Impacted Files Coverage Δ
superset/views/core.py 71.19% <ø> (-0.03%) ⬇️
superset/forms.py 98.11% <94.44%> (-1.89%) ⬇️

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 73f7f81...8ae10bd. Read the comment docs.

@xrmx
Copy link
Contributor Author

xrmx commented Mar 23, 2018

@timifasubaa any chance you can take a look at this? I'll show this in a talk about superset tomorrow and I'd like that this or something equivalent will reach mainline. Thanks!

Instead of a boolean which has way less chances to work. While
at it add a proper label for the "con" field.

Fixes apache#4637
@timifasubaa
Copy link
Contributor

LGTM

@graceguo-supercat graceguo-supercat merged commit 76394d3 into apache:master Mar 23, 2018
@xrmx
Copy link
Contributor Author

xrmx commented Mar 24, 2018

Thanks @timifasubaa @graceguo-supercat !

michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
…4639)

Instead of a boolean which has way less chances to work. While
at it add a proper label for the "con" field.

Fixes apache#4637
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
…4639)

Instead of a boolean which has way less chances to work. While
at it add a proper label for the "con" field.

Fixes apache#4637
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.25.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.25.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

csv import "parse dates" should be more flexible
5 participants