Skip to content

Commit

Permalink
fix: doc et test (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aballiet authored Dec 23, 2024
1 parent b138999 commit aa38887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bizon run config.yml

Backend is the interface used by Bizon to store its state. It can be configured in the `backend` section of the configuration file. The following backends are supported:
- `sqlite`: In-memory SQLite database, useful for testing and development.
- `biguquery`: Google BigQuery backend, perfect for light setup & production.
- `bigquery`: Google BigQuery backend, perfect for light setup & production.
- `postgres`: PostgreSQL backend, for production use and frequent cursor updates.

## Queue configuration
Expand Down
2 changes: 1 addition & 1 deletion bizon/connectors/sources/kafka/tests/kafka_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

if __name__ == "__main__":
runner = RunnerFactory.create_from_yaml(
filepath=os.path.abspath("bizon/sources/kafka/config/kafka_teams_users.yml")
filepath=os.path.abspath("bizon/connectors/sources/kafka/config/kafka.example.yml")
)
runner.run()

0 comments on commit aa38887

Please sign in to comment.