actions-marketplace-validations/dbt-docs-to-notion
Exports dbt model docs to a Notion database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 14, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/rfdearborn_dbt-docs-to-notion@092ffb38ce5f27fe5e810c08616a4b55b3b65e16 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dbt-package | dbt-bigquery, dbt-postgres, dbt-bigquery==1.0.0, etc. | yes | — |
| dbt-profile-path | where profile.yml lives | no | ./ |
| dbt-project-path | where dbt_project.yml lives | no | ./ |
| dbt-target | profile target to use for dbt docs generation | yes | — |
| model-records-to-write | \"all\" or \"model_name_1 model_name_2 ...\" | no | all |
| notion-database-name | what to name the Notion database of dbt models | yes | — |
| notion-parent-id | Notion page where database of dbt models will be added | yes | — |
| notion-token | Notion token api for integration to use (pass using secrets) | yes | — |
Outputs
no outputs