Verify the installation
Ensure all project dependencies have been installed successfully.Verify the configuration
Before executing any workflows, confirm that:- The
.envfile has been created. - The
careers-datarepository has been cloned. - Required environment variables are configured.
DATA_DIRpoints to the correct location.
If any required configuration is missing, complete the previous step before continuing.
Execute the project
The exact command depends on the workflow you want to run. Throughout the documentation, all commands are executed from the repository root.Verify the output
A successful execution should:- Complete without runtime errors.
- Produce logs describing the executed workflow.
- Read from or write to the
careers-datarepository when applicable.
Troubleshooting
If the project fails to start, verify:- Python version
- Installed dependencies
- Environment variables
- Repository layout
- File permissions

