Skip to content

judahrand/dbt-metadata-api

Repository files navigation

dbt-metadata

To start the server please run:

poetry install --all-extras
export DBT_METADATA_REFRESH=30
export DBT_METADATA_MANIFEST=gs://my-bucket/manifest.json
poetry run uvicorn dbt_metadata_api:app --host 127.0.0.1 --port 8000
  • DBT_METADATA_MANIFEST can be a path to a local file, a GCS blob, an S3 blob, or an Azure Storage blob.
  • DBT_METADATA_REFRESH is the frequency in second with which the Manifest will be updated.

About

A GraphQL API for interacting with dbt Artifacts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages