Dawid

Avatar
  • Total activity 176
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 5
  • Subscriptions 52
  • Created

    Snowflake - Syntax error for a correct query

    This 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 ;
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Can't resize window with code styling

    Not sure but I can't move anything to make it readable
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Allow to delete a console while it's opened

    Answered
    Keeping 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 3 followers
    • 6 comments
    • 0 votes
  • 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 ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Enable default soft wrap for ALL code consoles

    I checked other threads but this setting:https://intellij-support.jetbrains.com/hc/en-us/community/posts/206721235-soft-wraps-on-by-default?input_string=Enable%20default%20soft%20wrap%20for%20ALL%2...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Datagrip + AWS Athena + SSO Profile

    I am trying to use Athena with Datagrip but outside of the AWS Toolkit since it doesn't have Athena support yet. However using a regular profile with Access Key and Secret Access Key doesn't work a...
    • 5 followers
    • 9 comments
    • 0 votes
  • Edited

    Data Sources settings are not being saved

    In the last couple of days I noticed that some settings of my sources have disappeared and even when I add them, they don't get saved. Mostly around using SSL with p8 key and username.When opening ...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Ignore all system-related databases in PostgreSQL

    Completed
    I would like to select all databases and schemas apart from the system ones. Right now we have ALL or we have to select the ones one by one. I would like all apart from those that I see
    • 2 followers
    • 3 comments
    • 0 votes