Iaroslav Zeigerman
Iaroslav Zeigerman
@plaflamme I believe that's due to using the `--no-prompts` flag. Can you please check whether it works as expected without it?
Fixed in #3568 (0.142.0)
@bearInTheRoad can you please remove the test from here https://github.com/TobikoData/sqlmesh/blob/main/examples/sushi_dbt/models/schema.yml#L45-L46 so that the migration_test passes
My understanding is that `wait_for_completion` is the same busy-polling in a loop
So looks like you have 2 models that result in the same FQN: `"staging"."cash"."stg_pl"`. Did you change anything between the initial plan and the subsequent one? Or just ran the...
Got it, thank you! Any chance you can come up with a minimal reproducible example for this?
Hey @blecourt-private , thanks for reporting this. Yes, this is a known issue. Adding calls of new macros is not currently supported through the custom loader implementation. This is because...
Hey! What exception are you getting? Can you share the logs from the execution (`./logs` folder)?
@harnitbakshi do you happen to use `batch_size` on that model and run the batches concurrently?
@harnitbakshi by the way, it doesn't look like you actually attached the logs