How to Set Up Databricks Free Edition for Databricks Sword
Official guide to set up Databricks Free Edition (forever free with daily limits) and connect it to Databricks Sword.
How to Set Up Databricks Free Edition for Databricks Sword
This guide is for Databricks Free Edition (not the time-limited free trial).
According to official Databricks docs, Free Edition is a no-cost workspace option that is forever free with daily usage limits.
Free Edition vs Free Trial (important)
- Free Edition: no-cost workspace, ongoing access, daily/fair-usage limits.
- Free Trial: time-limited trial for paid capabilities.
If your goal is learning with Databricks Sword, choose Free Edition.
Step 1: Sign up for Free Edition
- Open the official Free Edition signup docs:
- https://docs.databricks.com/aws/en/getting-started/free-edition
- Follow the "Sign up for Databricks Free Edition" flow.
- Complete email verification.
- Finish workspace creation.
You should land in a newly created Free Edition workspace.
Step 2: Know the Free Edition limits
Before connecting, review current limitations:
- https://docs.databricks.com/aws/en/getting-started/free-edition-limitations
Limits can change over time, so always trust the current docs.
Step 3: Generate a Personal Access Token (PAT)
- In Databricks, open your profile/settings area.
- Go to developer/access token settings.
- Create a PAT.
- Copy and store it securely.
Step 4: Connect to Databricks Sword
- Open Databricks Sword.
- Go to Settings.
- In Databricks connection section, enter:
- Workspace URL
- Personal Access Token
- Verify and save connection.
Step 5: Test with a simple mission
- Open a mission with code execution.
- Request a real run (if the stage supports it).
- Confirm results return successfully.
If a stage is simulation-only, that is expected behavior.
Troubleshooting
I got routed to trial screens
Use the official Free Edition docs entry point directly and restart the flow from there.
Token/auth failures
Regenerate PAT and re-save connection in Databricks Sword settings.
Workspace capability mismatch
Check the latest Free Edition limitations page and compare with the mission feature you are trying.
Official references
- Free Edition setup: https://docs.databricks.com/aws/en/getting-started/free-edition
- Free Trial vs Free Edition: https://docs.databricks.com/aws/en/getting-started/free-trial-vs-free-edition
Sources & Citations
Originally published at docs.databricks.com