Skip to content
View GregoryWiltshire's full-sized avatar
  • Warner Bros. Discovery
  • Atlanta, GA
Block or Report

Block or report GregoryWiltshire

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. mwaah mwaah Public

    Python Client for Apache CLI on AWS Managed Airflow

    Python 3

  2. postgres rds debeaver session w/ IAM... postgres rds debeaver session w/ IAM and ssh tunneling
    1
    # useful script if you happen to have any rds instances on private subnets
    2
    # with a bastion host to tunnel into And IAM authentication
    3
    # Mostly inspired from this article on the AWS blog:
    4
    # https://aws.amazon.com/blogs/database/using-iam-authentication-to-connect-with-pgadmin-amazon-aurora-postgresql-or-amazon-rds-for-postgresql/
    5
    # Thanks to @mjreed-turner for teaching me all things Linux, as usual
  3. airflow-slack-webhook airflow-slack-webhook Public

    Python 1

  4. turnerlabs/terraform-kms-secret turnerlabs/terraform-kms-secret Public

    HCL 1

  5. tf_tricks.md tf_tricks.md
    1
    View output of large plan  
    2
    ```
    3
    tf plan -no-color | subl  &
    4
    ```  
    5
    
                  
  6. Tutorial: PUT to Snowflake Internal ... Tutorial: PUT to Snowflake Internal Stage
    1
    brew cask install snowflake-snowsql
    2
    
                  
    3
    snowsql -a <snowflake_instance>.<region> -u <user.name>@COMPANY.com --authenticator=externalbrowser
    4
    
                  
    5
    # login with your federated login in your default browser