Skip to content

Commit

Permalink
Update telemetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Dec 3, 2024
1 parent c9f9b71 commit 0c9930c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dagfactory/constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TELEMETRY_URL = "https://astronomer.gateway.scarf.sh/dag-factory/{telemetry_version}/{dagfactory_version}/{airflow_version}/{python_version}/{platform_system}/{platform_machine}/{event_type}/{status}/{dag_hash}/{task_count}?{query_string}"
TELEMETRY_VERSION = "v1"
TELEMETRY_URL = "https://astronomer.gateway.scarf.sh/dag-factory/{telemetry_version}/{dagfactory_version}/{airflow_version}/{python_version}/{platform_system}/{platform_machine}/{event_type}/{status}/{dag_hash}/{task_count}"
TELEMETRY_VERSION = "v2"
TELEMETRY_TIMEOUT = 5.0

0 comments on commit 0c9930c

Please sign in to comment.