You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the implementation of #130, users should be able to trigger a sync only for exposures, by using the --select parameter and filtering for a tag that isn't used on dbt.
However, this approach is not working properly - after running below command, no changes are applied to the exposures.yml file:
Also, it would be beneficial to implement a particular command to allow this approach (something like --exposures-only) rather than having to use the --select filter and excluding everything.
The text was updated successfully, but these errors were encountered:
After the implementation of #130, users should be able to trigger a sync only for exposures, by using the
--select
parameter and filtering for a tag that isn't used on dbt.However, this approach is not working properly - after running below command, no changes are applied to the
exposures.yml
file:Also, it would be beneficial to implement a particular command to allow this approach (something like
--exposures-only
) rather than having to use the--select
filter and excluding everything.The text was updated successfully, but these errors were encountered: