Updates to the configs
This commit is contained in:
parent
6cc9406194
commit
8da1445ed7
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ async def add_files(file_paths: List[str], dataset_name: str):
|
|||
else:
|
||||
processed_file_paths.append(file_path)
|
||||
|
||||
db = duckdb.connect(relational_config.database_path)
|
||||
db = duckdb.connect(relational_config.database_directory_path)
|
||||
|
||||
destination = dlt.destinations.duckdb(
|
||||
credentials = db,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue