Dawid Nawrot
- 活动总数 72
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 23
-
Dawid Nawrot 创建了一个帖子, 已回答Big Query - SELECT EXCEPT REPLACE doesn't work
This structure is failing in BigQuery: SELECT table.* EXCEPT(type) REPLACE(IF(something IS NULL, 10, 100) AS something2) -
Dawid Nawrot 创建了一个帖子, Close console window
I assigned a keyboard shortcut CTRL+W to "Close Active Editor" but it doesn't work on console windows. Is there a special keymap for console windows? -
Dawid Nawrot 创建了一个帖子, BigQuery - query returns undefined variable but it's okay in console
I'm playing with some dynamic sql like this: DECLARE columns STRING;SET columns = ( SELECT STRING_AGG(CONCAT('COUNT(DISTINCT `', column_name, '`) AS ', column_name, '_count')) FROM dateset.INF... -
-
-
Dawid Nawrot 创建了一个帖子, 已回答Copying data from Data View - replace NULL
Very often I copy the data from the Data View in order to, for example, use it as an input for some data modelling tests but the problem I have is that the NULLs are empty, so the data may look lik... -
-
Dawid Nawrot 创建了一个帖子, 已回答Modify table window - can we improve it?
Modify Table window could use a bit of love from the Team to make it more usable: 1. Show column attributes as columns in the window 2. #1 would mean we can see all details at once. Right now we ha... -
Dawid Nawrot 创建了一个帖子, 已回答Override settings per project
Is it possible to change a setting like number of spaces for indentation, per project? I got used to using 2 spaces now (even though it's not necessary) but I still work with data models in differe... -