This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ jobs:
132132 TOXENV : integration-${{ matrix.adapter }}
133133 PYTEST_ADDOPTS : " -v --color=yes -n4 --csv integration_results.csv"
134134 DBT_INVOCATION_ENV : github-actions
135+ DD_CIVISIBILITY_AGENTLESS_ENABLED : true
136+ DD_API_KEY : ${{ secrets.DATADOG_API_KEY }}
137+ DD_SITE : datadoghq.com
138+ DD_ENV : ci
139+ DD_SERVICE : ${{ github.event.repository.name }}
135140
136141 steps :
137142 - name : Check out the repository
@@ -179,7 +184,7 @@ jobs:
179184 DATAPROC_REGION : us-central1
180185 DATAPROC_CLUSTER_NAME : dbt-test-1
181186 GCS_BUCKET : dbt-ci
182- run : tox
187+ run : tox -- --ddtrace
183188
184189 - uses : actions/upload-artifact@v3
185190 if : always()
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ git+https://github.com/dbt-labs/
[email protected] #egg=dbt-tests-adapter&su
88black~=23.3
99bumpversion~=0.6.0
1010click~=8.1
11+ ddtrace~=1.16
1112flake8~=6.0
1213flaky~=3.7
1314freezegun~=1.2
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ passenv =
2222 PYTEST_ADDOPTS
2323 DATAPROC_*
2424 GCS_BUCKET
25+ DD_SERVICE
26+ DD_ENV
2527commands =
2628 bigquery: {envpython} -m pytest {posargs} -vv tests/functional -k " not TestPython" --profile service_account
2729deps =
@@ -37,6 +39,8 @@ passenv =
3739 PYTEST_ADDOPTS
3840 DATAPROC_*
3941 GCS_BUCKET
42+ DD_SERVICE
43+ DD_ENV
4044commands =
4145 {envpython} -m pytest {posargs} -vv tests/functional -k " TestPython" --profile service_account
4246deps =
You can’t perform that action at this time.
0 commit comments