Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task to process cube #677

Open
fdw opened this issue Mar 1, 2022 · 1 comment
Open

Task to process cube #677

fdw opened this issue Mar 1, 2022 · 1 comment

Comments

@fdw
Copy link

fdw commented Mar 1, 2022

So, maybe we missed something or are doing something weird, but currently, we set up tests first by importing data into the database using <sql-run>. Then, we need to explicitly process our cube before we can run queries. To do that, we call a Powershell script with <exe-run>.

However, I'm wondering if there might be a better way. I imagine we cannot be the only ones to re-process the cube between tests, so is there something we missed? Or would it be sensible to add a new task just for that (that can call a Powershell script, for example).

@Seddryck
Copy link
Owner

We're reprocessing cubes or part of the cubes with a tiny CLI so we don't need a specific task but the standard <exe-run>.

Nevertheless, I worked once on a task for this but never committed the code. It's definitively possible to implement this. If anyone is willing to contribute, all pull requests are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants