How To Guides

How to enable BQRB reports

Learn how to enable BQBR reports in Ledger.

You should have already set up the BQRB bridge in your ledger by following How to set up BigQuery Reporting Bridge.

Even though you already have the BQRB set up, you still can't use it to generate reports until you enable at least one BQRB report in your ledger. To do that, you will first need the custom layout file for your report.

There are three built-in reports available:

Depending on which of these you want to use in your ledger, you should download the corresponding file and save it into ~/.minka/layouts.

After that, you can run the following command to apply any of the layouts, e.g.:

$ minka layout apply --local
? Path to layout file: ~/.minka/layouts/ledger-participants.json
? Select main signer: owner
? Signer password for owner [hidden]

✅ Layout applied successfully:
Ledger: bqrb-example
Layout: ledger-participants.json
Layout changelog:
  Schema
    + ledger_participants_rep (added)

You will now be able to see the new report (schema) appear in Studio and CLI. For more information, you can check out How to use Reports from Studio and How to use Reports from CLI.

On this page

No Headings