Open wwasilak opened 4 months ago
Tried to replicate brand synergies code from Ecommerce in Motherduck examples.
If it is embbeded in new source, it doesn;t work as it should (only first part of pipeline tested):
source: brand_synergy is ordersRAW -> { group_by: user_id nest: brand1 is { group_by: product_name } }
If i switch to 'run' on original source then it works fine:
run: ordersRAW -> { group_by: user_id nest: brand1 is { group_by: product_name } }
Windows 10 VS Code Desktop Malloy: v0.3.1719853081 (pre-release)
Tried to replicate brand synergies code from Ecommerce in Motherduck examples.
If it is embbeded in new source, it doesn;t work as it should (only first part of pipeline tested):
If i switch to 'run' on original source then it works fine:
Windows 10 VS Code Desktop Malloy: v0.3.1719853081 (pre-release)