Skip to content
Snippets Groups Projects
Commit 7daadc30 authored by rromanov's avatar rromanov
Browse files

fix payments

parent 47f178dc
No related merge requests found
......@@ -516,7 +516,7 @@ func GetDBConfigByType(apiType api.Type, pipeline string) (*domain.DBConfig, err
Port: "5432",
Database: "data",
TableOrCollectionName: "payments_list", // InvoiceService.PaymentFilterList
BigQueryDataset: fmt.Sprintf("raw_%s_mashroom_postgres_%s", pipeline, "payment"),
BigQueryDataset: fmt.Sprintf("raw_%s_mashroom_postgres_%s", pipeline, "invoice"),
BigQueryTableName: "payment",
SslMode: "disable",
}, nil
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment