- Notifications
You must be signed in to change notification settings - Fork0
A GraphQL API for interacting with dbt Artifacts.
License
NotificationsYou must be signed in to change notification settings
judahrand/dbt-metadata-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To start the server please run:
poetry install --all-extrasexport DBT_METADATA_REFRESH=30export DBT_METADATA_MANIFEST=gs://my-bucket/manifest.jsonpoetry 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.