Dawid
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 35
-
Created Ability to see results of each CTE
It would be useful to configure console/query that we would like to see the output of each CTE. -
Created BigQuery - Impersonate Service Account
AnsweredCan we use the the Service Account Impersonation for BigQuery connection? https://cloud.google.com/docs/authentication/use-service-account-impersonation -
Created 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_... -
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...