echo "Initializing Panorama..."
python /panorama-elt/panorama.py --settings=/config/panorama_openedx_settings.yaml {% if PANORAMA_DEBUG %}--debug {% endif %}test-connections
python /panorama-elt/panorama.py --settings=/config/panorama_openedx_settings.yaml {% if PANORAMA_DEBUG %}--debug {% endif %}create-datalake-tables --all
python /panorama-elt/panorama.py --settings=/config/panorama_openedx_settings.yaml {% if PANORAMA_DEBUG %}--debug {% endif %}create-table-views --all
echo "Done initializing Panorama"