Github/Gitlab Account Setup
dex uses Git for version control, CI/CD, and collaboration. You can choose to set up with GitHub or GitLab. We'll guide you through the GitHub setup since most of our customers are familiar with it.
Create a Personal GitHub Account
Go to GitHub
Click Sign Up
Verify your email
Create an Organization
Go to Your Organizations in the profile dropdown
Click New Organization
Choose a plan (Free or Team) and click Create Organization
Create an Empty Repository
In your new organization, go to the Repositories tab
Click New Repository
Fill in:
Repository name (e.g.
dex-analytics
)Optional description
Set to Private
Do not add a README—repo must be empty
Create a Git Access Token
Go to Settings > Developer Settings > Personal Access Tokens
Click Generate new token (classic)
Configure the token:
Name:
dex_lakehouse_access_token
Expiration: Optional
Scopes: Select
repo
Click Generate Token
Copy and save the token—input this token in the dex setup
Last updated
Was this helpful?