#
FAQ: SQL
#
1. What will be the template for the SQL project?
#
2. In the pandas project activity, we tested the assertions in the notebook. For the SQL project, what is the process to test the assertions?
Solution:
- Create a GitHub Repository: Follow the instructions here: Create a New Repo.
- Update
docker-compose.yml
: Modify thedocker-compose.yml
file according to the databases you’re using (refer to the GitHub repository creation documentation linked above). - Share Your Repo: Once ready, share your repository with Anurag to update Airtable.
- Build and Test Activities:
- Start creating the activities.
- Push activities and test them directly on the platform to ensure functionality.
#
3. I got this image path error while importing.
- Correct:
images/img-1.png
- Incorrect:
images\img-1.png
#
4. I got this database-related error.
Solution:
For SQL activities, ensure that the database device name in the code snippets matches the name in docker-compose.yml
.
Example:
- Device name in code snippet.
Device name in code snippet - Device name in
docker-compose.yml
:MySQL
Device name in docker-compose.yml