Dawid
- Total activity 176
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 52
-
Edited Code Style - CTEs
AnsweredI am wondering which options would I need to change to edit the wrapping of the inner-code of a CTE?I would like it to be indented but only to the new line:WITH all_columns AS ( SELECT DISTINCT )... -
Edited Export Data to File (Postgres) - 0 records but no errors
I am trying to export some tables from Postgres database using CSV format. The process works and there are no errors but I always get (at least for those tables) 0 records saved. It takes couple of... -
Created Host in Snowflake gets replaced by "https"
The connection works but when I go into edit my source for some reason, I don't see the originally copied value but just “https”:But I think in the background the value is still there as Test Conne... -
Created New Update - What happened with line-height in the list of databases?
AnsweredAfter the latest updated, everything suddenly got way too compact without much space in between the lines:Compared even to the old UI where things looked much nicer:In the new UI also the table ico... -
Created BigQuery (and other) - indication of important settings of a table/dataset/database
One thing I'm missing still is to be able to very quickly access information about tables: clustering partitioning It could be just an icon-based indication that upon clicking would show more infor... -
Created DataGrip freezes when internet connection severed during driver update
AnsweredI started a driver update while hotspotting from my phone. I had to reset my phone and the Datagrip froze at this point:As you can see I can't even Cancel it anymore. The only way was to kill the p... -
Created Import/Export settings per Data Source
Within one project, I manage quite a few different databases:Sometimes I need to Import/Export them and so on but every time I click Export, I need to update OutPath and name of the file or Path to... -
-
Edited BigQuery - Intellisense for fields enters fully-qualified name but doesn't show it.
When you have tables that have same columns, intellisense looks like the following:I haven't added FROM clause yet hence it shows me both (that's good though not always, sometimes it shows both eve... -
Created BigQuery - Fields in STRUCT to be shown in new lines
Tables that are derived from cloud logging in BigQuery, contain only 16 columns but a lot of them are STRUCTs. At the moment, the details of the structs are considered as comments and they are disp...