Dawid
- 活动总数 176
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 52
-
创建于 Valid Snowflake PIVOT query is failing
Pivot is not that new, hence I don't understand why it's not supported? Query like that is going to fail: SELECT * FROM ( SELECT * FROM sources.monday.items WHERE board_... -
已编辑于 Code Style - CTEs
已回答I 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 )... -
已编辑于 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... -
创建于 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... -
创建于 New Update - What happened with line-height in the list of databases?
已回答After 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... -
创建于 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... -
创建于 DataGrip freezes when internet connection severed during driver update
已回答I 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... -
创建于 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... -
-
已编辑于 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...