Skip to content

Commit

Permalink
Turn off echo in init-tap when creating engine
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Aug 5, 2024
1 parent 2bb97eb commit b4ba835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/felis/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def init_tap(
tables are created in the database schema specified by the engine URL,
which must be a PostgreSQL schema or MySQL database that already exists.
"""
engine = create_engine(engine_url, echo=True)
engine = create_engine(engine_url)
init_tables(
tap_schema_name,
tap_schemas_table,
Expand Down

0 comments on commit b4ba835

Please sign in to comment.