RohitDhankar / DigitalCognition_OldRepo_ARCHIVED

DC is being developed to be a generic BI tool. Product preview here :- https://www.youtube.com/channel/UC9J9N9CNv15s9U9Aejpza6g/videos
2 stars 1 forks source link

CSV to PSQL Import the PSQL Table doesnt get Created for various reason's .... #17

Open RohitDhankar opened 5 years ago

RohitDhankar commented 5 years ago

While doing a CSV to PSQL Import the PSQL Table doesnt get Created for various reason's , but the Python method def csv_to_psql(request): creates a new_dataset_name entry in the table being populated by user entry form .

This name shows up in the EDA LIST VIEW , also this URL Opens UP ---- http://localhost:8000/dc/eda_action/bok_34aaccbok_34aacc44/

This bug needs two further actions -

1/ Display a custom error message to user saying --- this reason ---- psql table wasnt created OR Table created but data not copied from CSV . 2/ Ensure we dont have a accessible URL and entry in the EDA_List_views dataFrame , created if data Not Copied in new table.