Aliénor Lougerstay
01/25/2023, 5:02 PMdagster_cloud_post_install.sh
file which works well on “slow” deploy but this file does not seem to be run for fast deploys so I end up without the dbt packages installed and definitions will not load successfully. Any way to solve this or should we stick to slow deploys?Shalabh Chaturvedi
01/25/2023, 5:08 PMdagster_cloud_post_install.sh
only works with the slow deploys. If you want to package data with the fast deploys you can use the package data feature in setup.py: https://docs.python.org/3/distutils/setupscript.html#installing-package-data
Any files you copy into you main package will also get copied to the current directory when it is run.