Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Examples

Use .env

.env.example is a template for the .env file for the examples. We copy .env.example to .env and set the environment variables for your Lightdash environment.

# Copy .env.example to .env
cp examples/.env.example .env

# Source .env
source .env

# Run the example
bun run examples/get_my_organization.py