Skip to content

Commit 330003d

Browse files
committed
use master url for invocation env schema
1 parent 68a6c40 commit 330003d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/tracking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
INVOCATION_SPEC = "https://raw.githubusercontent.com/analyst-collective/dbt/master/events/schemas/com.fishtownanalytics/invocation_event.json"
2424
PLATFORM_SPEC = "https://raw.githubusercontent.com/analyst-collective/dbt/master/events/schemas/com.fishtownanalytics/platform_context.json"
2525
RUN_MODEL_SPEC = "https://raw.githubusercontent.com/analyst-collective/dbt/master/events/schemas/com.fishtownanalytics/run_model_context.json"
26-
INVOCATION_ENV_SPEC = "https://raw.githubusercontent.com/analyst-collective/dbt/feature/track_dbt_environment/events/schemas/com.fishtownanalytics/invocation_env_context.json"
26+
INVOCATION_ENV_SPEC = "https://raw.githubusercontent.com/analyst-collective/dbt/master/events/schemas/com.fishtownanalytics/invocation_env_context.json"
2727

2828
DBT_INVOCATION_ENV = 'DBT_INVOCATION_ENV'
2929

0 commit comments

Comments
 (0)