Deji Emiabata
06/25/2024, 5:11 PMdbt-redshift command e.g. dbt-redshift run , it always executes dbt deps and dbt clean prior to running the dbt run command - has anyone experienced this or does anyone know how to stop this from happening at the invocation of every dbt command ?
my setup in meltano.yml
utilities:
- name: dbt-redshift
variant: dbt-labs
pip_url: dbt-core==1.7.13 dbt-redshift==1.7.7 pytz==2021.1 git+<https://github.com/meltano/dbt-ext.git@main>Deji Emiabata
06/25/2024, 5:25 PMMatt Menzenski
06/25/2024, 5:45 PMskip_pre_invoke setting IIRCMatt Menzenski
06/25/2024, 5:45 PMDeji Emiabata
06/25/2024, 5:48 PM