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

[BUG] Unable to see table metrics #420

Open
santicapchase opened this issue Jan 30, 2024 · 0 comments
Open

[BUG] Unable to see table metrics #420

santicapchase opened this issue Jan 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@santicapchase
Copy link

Bug description

I am unable to see the information related to my monitored tables.

This is particularly weird, as I am able to see alerts on the particular tab
Screenshot 2024-01-30 at 14 35 42

However, when clicking on one of the alerts and I am brought to the lineage tab, there's no information to be seen
Screenshot 2024-01-30 at 14 35 42
None of the tables show any anomalies / tests / metrics. They do show the schema, though.

Also important to note that the draw_metrics_historical model shows the red dot that indicates a failed test. However, when looking for that information it shows No test for 'capchase.warehouse.draw_metrics_historical' model
Screenshot 2024-01-30 at 14 35 42

Expected behavior

Metrics and all other information shows up when checking lineage tab.

To Reproduce

Generate and serve overview

re_data overview generate
re_data overview serve

Screenshots

As extra information, I can confirm that I have data in the timeframe needed
Screenshot 2024-01-30 at 14 07 45

Logs and additional context

Packages' versions

re_data version: 0.11.0
dbt version: 1.7.2

Logs

(data-analytics-py3.10) m1 ➜  dbt (master) ✗ poetry run re_data overview generate  --interval days:1 --target prod
dbt run-operation generate_overview --args end_date: '2024-01-30'
interval: days:1
monitored_path: /Users/santiagoarxeicarbona/PycharmProjects/data-analytics/maquinillo/maquinillo/data_transformations/dbt/target/re_data/monitored.json
overview_path: /Users/santiagoarxeicarbona/PycharmProjects/data-analytics/maquinillo/maquinillo/data_transformations/dbt/target/re_data/overview.json
start_date: '2024-01-23'
...
...
13:07:40  Building catalog
13:08:45  Catalog written to /Users/santiagoarxeicarbona/PycharmProjects/data-analytics/maquinillo/maquinillo/data_transformations/dbt/target/catalog.json
Generating overview page SUCCESS
(data-analytics-py3.10) m1 ➜  dbt (master) ✗ poetry run re_data overview serve                                    


 * Serving re_data ui
 * re_data is running at http://127.0.0.1:8085
127.0.0.1 - - [30/Jan/2024 14:10:14] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [30/Jan/2024 14:10:16] "GET /dbt_manifest.json HTTP/1.1" 200 -
127.0.0.1 - - [30/Jan/2024 14:10:17] "GET /tests_history.json HTTP/1.1" 200 -
127.0.0.1 - - [30/Jan/2024 14:10:17] "GET /overview.json HTTP/1.1" 200 -
127.0.0.1 - - [30/Jan/2024 14:10:17] "GET /metadata.json HTTP/1.1" 200 -
127.0.0.1 - - [30/Jan/2024 14:10:17] "GET /monitored.json HTTP/1.1" 200 -
127.0.0.1 - - [30/Jan/2024 14:10:17] "GET /table_samples.json HTTP/1.1" 200 -
@santicapchase santicapchase added the bug Something isn't working label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant