Alexander Butler

Results 25 comments of Alexander Butler

Makes sense! Let me take a look. Right now I get descriptions from the manifest.json post patch application (patch = yaml in dbt world). This means by default I see...

Thanks, this is likely due to how streamlit manages threads. I can add a fix for this in the next release by guaranteeing thread connections are available on every compile/run...

@gouline I dont think this is too ambitious for a 0.9.0 release along with the other big feat, metrics. These two feats are in complete isolation from the other parts...

We have liftoff ![Screenshot from 2021-11-24 17-24-52](https://user-images.githubusercontent.com/41213451/143328836-9901233a-9ec3-4905-87fc-82e8f7cc7b57.png) ![Screenshot from 2021-11-24 17-26-51](https://user-images.githubusercontent.com/41213451/143328890-f5b042b5-ad5e-463f-882b-4d20bfb7d7bf.png)

```json { "fqn": [ "DBT_PROJECT", "Uptime_Progress_Bar" ], "unique_id": "exposure.DBT_PROJECT.Uptime_Progress_Bar", "package_name": "DBT_PROJECT", "root_path": "", "path": "", "original_file_path": "", "resource_type": "exposure", "depends_on": { "macros": [], "nodes": [ "model.DBT_PROJECT.fct_core_unit_uptime_stats" ] }, "refs": [...

> Note that besides adding the exposure to exposures at the root of the manifest, there are also the fields parent_map and child_map that should be updated: https://docs.getdbt.com/reference/artifacts/manifest-json. Now I...

After some deeper exploration, it seems Metabase compiles with strict ` "frame-ancestors 'none'" ` as its resource policy. Self wouldve been good I think but thats besides the point. It...

Like this 🥇 ![image](https://user-images.githubusercontent.com/41213451/132262233-a97e19a0-acf1-4624-9f5b-c20159917f41.png)

``` export function parseOperators(operands, operators) { let initial = operands[0]; const stack = []; for (let i = 1; i < operands.length; i++) { const operator = operators[i - 1];...

https://github.com/metriql/metriql/issues/13 Hey @remigabillet. Let me know what you think of this project (not sure if you have seen it)? They interface with BI as a rest service using Presto/Trino configured...