Hey all, I was wondering if there was a way to hav...
# troubleshooting
g
Hey all, I was wondering if there was a way to have Meltano ignore certain files. I am trying to edit one of the SQL files in the tap-shopify dbt model. However, it looks like Meltano automatically generates/refreshes these files on the fly.
d
@gunnar Since the tap-Shopify dbt models have been added to dbt as a package, it will not allow local changes. If you want to change the models, I think your best bet is to fork the package repo, make your changes, and update the URL in meltano.yml and transform/packages.yml
g
Amazing, sounds good. Thanks!
@edward_ryan @tom_mcgrail @monika_rajput @jo_pearson @kai_yokoyama
e
Thanks!