Skip to content

Commit

Permalink
add icone; update Troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
MassyB committed Jan 8, 2025
1 parent dbe2b68 commit f9cb919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/en/data_jobs/dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ Follow these steps to enable dbt traces:
* Replace `DD_API_KEY` with your valid [Datadog API key][5].
* Replace `NAMESPACE` if you want to use something other than the `default` namespace for job namespace.
**Optional**
1. Set up the `OPENLINEAGE_DBT_LOGGING` environment variable. This will establish the logging level for the `openlineage.dbt` and its child modules.
Check official documentation ([python client][6] and [dbt integration][7]) for other supported configurations of OpenLineage.
## Validation
Expand Down Expand Up @@ -72,6 +68,11 @@ This wrapper will send OpenLineage events ...
Emitted XX OpenLineage events
```

Set up the `OPENLINEAGE_DBT_LOGGING` environment variable. This will establish the logging level for the `openlineage.dbt` and its child modules.
```bash
export OPENLINEAGE_DBT_LOGGING="DEBUG"
```

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}
Expand Down
Binary file added static/images/integrations_logos/dbt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9cb919

Please sign in to comment.