Skip to content

Commit

Permalink
Adding a setting for default queries with DuckDB before upload in #13
Browse files Browse the repository at this point in the history
This allows the enrichment with other datasources like vouchers, products etc.
  • Loading branch information
gitfvb committed Jul 19, 2024
1 parent 127129f commit 5dde4b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AptecoPSFramework/settings/defaultsettings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@

# DuckDB
"defaultDuckDBConnection" = "Data Source=:memory:;" # Default DuckDB connection -> In-Memory connection, could also be a file
"upload" = [PSCustomObject]@{
"QueriesBeforeUploadWithDuckDB" = [Array]@()
}

# LogJob database (sqlite file via DuckDB will directly made, not connected to defaultDuckDBConnection)
"joblogDB" = "./logjob.sqlite"
Expand Down

0 comments on commit 5dde4b9

Please sign in to comment.