Md. Mazharul Islam Mithu
Md. Mazharul Islam Mithu
that will be very handy feature.
I am running the application inside docker-compose ```docker-compose volumes: local_postgres_data: { } local_postgres_data_backups: { } local_metabase_db: { } local_metabase_data: { } local_media: { } services: django: image: repo/ethical-adserver/backend:latest depends_on: -...
I am also having hard time to understand how to load questions and dashboards inside metbase? Is there any script inside the project to do that?