Skip to content

Commit a77209b

Browse files
committed
set application session variables for wizard
1 parent 3eb1cbe commit a77209b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/functions/parquet-export

plugins/functions/parquet-export/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ router.post("/", async (req: Request, res: Response) => {
560560
dataset.vocabSchemaName,
561561
dataset.resultsSchemaName,
562562
{ duckdb: (e: unknown) => e, hana: (e: unknown) => e },
563+
{ APPLICATION: `WIZARD_${templateId}` },
563564
);
564565

565566
try {
@@ -631,4 +632,3 @@ router.post("/", async (req: Request, res: Response) => {
631632

632633
app.use("/parquet-export", router);
633634
app.listen(8000);
634-

0 commit comments

Comments
 (0)