File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
translation/coal/en-US/coal/logs Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ def send_runner_metadata_to_postgresql(
7676 DO
7777 UPDATE SET name = EXCLUDED.name, last_run_id = EXCLUDED.last_run_id;
7878 """
79- LOGGER .info (T ("coal.logs.postgreql .runner.creating_table" ).format (schema_table = schema_table ))
79+ LOGGER .info (T ("coal.logs.postgresql .runner.creating_table" ).format (schema_table = schema_table ))
8080 curs .execute (sql_create_table )
8181 conn .commit ()
82- LOGGER .info (T ("coal.logs.postgreql .runner.metadata" ))
82+ LOGGER .info (T ("coal.logs.postgresql .runner.metadata" ))
8383 curs .execute (
8484 sql_upsert ,
8585 (
@@ -90,4 +90,4 @@ def send_runner_metadata_to_postgresql(
9090 ),
9191 )
9292 conn .commit ()
93- LOGGER .info (T ("coal.logs.postgreql .runner.metadata_updated" ))
93+ LOGGER .info (T ("coal.logs.postgresql .runner.metadata_updated" ))
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ connecting: "Connecting to PostgreSQL database"
2323ingesting_data : " Ingesting data with mode: {mode}"
2424ingestion_success : " Successfully ingested {rows} rows"
2525runner :
26- creating_table : " Creating table {table_name }"
26+ creating_table : " Creating table {schema_table }"
2727 metadata : " Metadata: {metadata}"
2828 metadata_updated : " Metadata updated"
You can’t perform that action at this time.
0 commit comments