Skip to content
View PedroMartinSteenstrup's full-sized avatar

Block or report PedroMartinSteenstrup

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 Loading

  1. Get users and their role in snowflake Get users and their role in snowflake
    1
    CREATE OR REPLACE TABLE DBUSERS (
    2
    NAME VARCHAR,
    3
    CREATED_ON TIMESTAMP_LTZ,
    4
    LOGIN_NAME VARCHAR,
    5
    DISPLAY_NAME VARCHAR,
  2. Bunch of commands to set yourself up... Bunch of commands to set yourself up with HomeToGo tooling, piggybacking on https://gitlab.com/gitlab-data/analytics/blob/master/admin/onboarding_script.zsh
    1
    ########## HomeBrew ##########
    2
    ## Check if exists
    3
    
                  
    4
    command -v brew >/dev/null 2>&1 || { echo "Installing Homebrew.."
    5
      /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  3. airbyte_pii_test airbyte_pii_test Public

  4. bts-sio-sisr-portfolio bts-sio-sisr-portfolio Public

    JavaScript

  5. devcontainer-dbt-power-tool devcontainer-dbt-power-tool Public

    An example of a container setup to use a custom image with the popular dbt-power-tool extension in Vscode

    Dockerfile

  6. selfhosted-gateway selfhosted-gateway Public

    Forked from fractalnetworksco/selfhosted-gateway

    Route HTTPS traffic to local Docker containers through a cloud VPS over WireGuard. Ideal for self-hosting behind CGNAT.

    Shell