microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.56k stars 898 forks source link

im already import file csv into app and refresh table but i can't see the file imported? #25864

Open iNguyenQuocDoan opened 1 month ago

iNguyenQuocDoan commented 1 month ago

Type: Bug

im already import file csv into app and refesh table but i can't see the file imported?

Azure Data Studio version: azuredatastudio 1.49.1 (2f696aa95a13ccabd7e0a4431d1d759e3a7b8cfd, 2024-08-13T18:12:38.831Z) OS version: Windows_NT x64 10.0.22631 Restricted Mode: No Preview Features: Enabled Modes:

System Info |Item|Value| |---|---| |CPUs|12th Gen Intel(R) Core(TM) i5-12450H (12 x 2496)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|15.68GB (5.50GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (5) Extension|Author (truncated)|Version ---|---|--- admin-pack|Mic|0.0.2 agent|Mic|0.49.0 dacpac|Mic|1.14.0 import|Mic|1.6.1 profiler|Mic|0.14.0
kburtram commented 1 month ago

I wasn't able to repro this issue based on importing a simple CSV file using the Import extension. Could you provide any additional details regarding how to reproduce? Are there any errors displayed during the import process?

A couple things to confirm, first please verify that the correct database is selected in step 1 to avoid importing into a different DB. Specifically the fields below.

image

If the import failed there should be an error in step 4, such as below.

image

Finally, you may need to refresh the Tables folder in Object Explorer to see the new table after importing.