I'm trying to install the driver pymssql according to the instruction:
https://superset.apache.org/docs/databases/docker-add-drivers/
I didn't understand where to create the file requirements-local.txt. What is ./docker?
When i do docker-compose build --force-rm
in the directory where it is docker-compose.yml
it rebuilds old containers.
Asked
Active
Viewed 678 times
-2

Marina Vinograd
- 45
- 1
- 6
1 Answers
2
The tutorial is assuming you are inside a clone of the superset github repo.
./docker refers to this folder present inside the superset repo
So, you are supposed to create a requirements file in the pythonpath_dev
directory present in it

made_of_imposter_syndr
- 51
- 1
- 2