Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
awmatheson committed Sep 9, 2024
1 parent 63a179d commit d262733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

import bytewax.operators as op
from bytewax.dataflow import Dataflow
from bytewax.testing import TestingSource
from bytewax.influxdb import InfluxDBSource

TOKEN = os.getenv(
"INLFUXDB_TOKEN",
"x06p8_fojSJwNXIDq7xia1aiRjtlSdnHy_v0OrU8XmF-qRmusemIjzzhpjrwtdcem1O20vK7kFBe7G9kXrzHkw==",
"my-token",
)
DATABASE = os.getenv("INFLUXDB_DATABASE", "testing")
ORG = os.getenv("INFLUXDB_ORG", "dev")
Expand Down
2 changes: 1 addition & 1 deletion examples/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

TOKEN = os.getenv(
"INLFUXDB_TOKEN",
"x06p8_fojSJwNXIDq7xia1aiRjtlSdnHy_v0OrU8XmF-qRmusemIjzzhpjrwtdcem1O20vK7kFBe7G9kXrzHkw==",
"my-token",
)
DATABASE = os.getenv("INFLUXDB_DATABASE", "testing")
ORG = os.getenv("INFLUXDB_ORG", "dev")
Expand Down

0 comments on commit d262733

Please sign in to comment.