Dawid
- Total activity 187
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 57
-
Created Folder attached to a project - ability to attach data source and dialect
All those things are available for files but I would like to categorise my queries and attach the information about the folder with source and dialect. Since we can't keep consoles with the data so... -
Created Consoles - part of project folder
I wanted to version control my project but I need consoles to be part of it. Right now they live in AppData/Roaming even if I rename them. This means I have to save them explicitly to a folder I at... -
Created ALT + Arrow-up
AnsweredI would like to get Datagrip as close to VSCode thypes of shortcuts.. especially being able to edit multiline or quickly change position of a line with ALT + arrows -
Created Support for syntax highlighting - Snowflake - "AS" in PIVOT column rename
AnsweredSnowflake allows us to change the column name inside the PIVOT -
Created Support for syntax highlighting of TRANSFORM in Snowflake
AnsweredThis is a function that allows to modify arrays with lambda expression: https://docs.snowflake.com/en/sql-reference/functions/transform -
Created Snowflake - Syntax error for a correct query
AnsweredThis code actually errors out in DataGrip but it's syntactically correctWITH test_cte AS ( SELECT 1 AS test UNION DISTINCT SELECT 2 ) SELECT * FROM test_cte ; -
Created Can't resize window with code styling
Not sure but I can't move anything to make it readable -
Created Allow to delete a console while it's opened
AnsweredKeeping the consoles/files tidy is quite a maintenance task on its own. I would like to be able to permanently delete the console I've just used but I can't find this option when I right click on t... -
Created Redshift Serverless - Creating masking policies
I am trying to execute this code:CREATE MASKING POLICY mask_ssnWITH (ssn VARCHAR(11))USING (LEFT(ssn, 7) || '00'); And I'm not sure if Datagrip does something to it but it's rejected every time and... -
Created Snowflake - Key-Pair Authentication - Missing password
I can successfully connect to Snowflake using the key-pair authentication:But almost every time when I use “Set Empty” for Password field and click apply, then I still get:If I “set empty” in that ...