Channels
dagster-de
integration-airbyte
topic-async-execution
local-japan
dagster-cube
community-freelance
dagster-wandb
dagster-feedback
community-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
feature-insights
feature-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
ask-ai
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
feature-asset-checks
Powered by
#ask-community
Title
# ask-community
j
Jessica Franks
04/13/2022, 11:17 AM
Hi all, where can I find the data that is used to create these graphs for assets? I can only see the last materialization in the
asset_keys
table in postgres and I would like to recreate the graphs for our data anlaysts in a bi tool (don't want to give them access to dagster).
s
sandy
04/13/2022, 4:53 PM
Hey
@Jessica Franks
- the full data is in the event log table. I wrote up a Github discussion on how to fetch it using Python:
https://github.com/dagster-io/dagster/discussions/7429
j
Jessica Franks
04/14/2022, 4:58 AM
Thank you
Post