Accessing Your Dagster Environment
Login Information
Your Dagster+ Starter environment is accessible at:
https://[your-organization].dagster.cloud
Authentication
- Uses Dagster's built-in authentication
- Credentials will be provided by your migration team
- Password reset available through the login page
First Time Login
- Navigate to your Dagster URL
- Enter your provided credentials
- You'll land on the Overview page showing your data pipelines
Understanding Your Environment
Deployment Structure
Your Organization (Dagster Cloud)
└── Production Deployment
├── Code Location (your-repo)
│ ├── Meltano Assets
│ └── dbt Assets
└── Compute (AWS Infrastructure)
What You Can Access
✅ Full Access To:
- Dagster UI and all features
- Your code repository
- dbt models and configurations
- Run logs and asset materializations
- Schedules and sensors
❌ Managed For You:
- AWS compute infrastructure
- Meltano state storage
- System configurations
- Resource credentials
Code Access
Viewing Your Code
- In Dagster UI, click on any asset
- Click "View Source" to see the code
- Repository link available in deployment settings
Modifying Your Code
You have full access to modify:
- dbt models and tests
- Dagster pipeline definitions
- Schedules and triggers
- Asset configurations
To make changes:
- Clone your repository (link provided during migration)
- Make changes following your standard git workflow
- Push changes to trigger deployment
Environment Variables and Secrets
Viewing Configuration
- Go to Deployment Settings
- Environment variables are listed (values hidden)
- Contact support to add/modify secrets
Available Configurations
- Data warehouse connections (pre-configured)
- API credentials (managed securely)
- Meltano configurations (read-only)
User Management
Adding Team Members
- Navigate to Organization Settings → Users
- Click "Add new user"
- Enter email and select permissions
- User receives invitation email
Permission Levels
- Admin: Full access including user management
- Editor: Can modify code and run pipelines
- Viewer: Read-only access to UI and logs
Getting Help
In-Platform Support
- Help icon in top-right corner
- Links to documentation
- Submit support tickets