Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
niliayu committed Sep 16, 2024
1 parent 0daa005 commit f081afa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python/examples/ingestion_with_csv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ def _load_telemetry_config(

with use_sift_channel(sift_channel_config) as channel:
# Create ingestion service using the telemetry config
ingestion_service = IngestionService(
channel=channel,
config=telemetry_config,
)
ingestion_service = IngestionService(
channel=channel,
config=telemetry_config,
)

# Create a new run as part of this ingestion
run_name = f"{telemetry_config.ingestion_client_key}-{uuid.uuid4()}"
ingestion_service.attach_run(channel, run_name, "example csv ingestion")
run_name = f"{telemetry_config.ingestion_client_key}-{uuid.uuid4()}"
ingestion_service.attach_run(channel, run_name, "example csv ingestion")

0 comments on commit f081afa

Please sign in to comment.