Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Oct 14, 2023
1 parent 5bdbb39 commit 6a6cbba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ data

postgres/logs
mysql/logs

sqlite/output/output.db
4 changes: 2 additions & 2 deletions sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

```shell
export CONFIG_FILE=config_keep.tdk.yaml
docker-compose run
docker-compose run tdk
```

```shell
Expand All @@ -12,7 +12,7 @@ usql sqlite3://sql-murder-mystery.db -f control_query.sql

```shell
export CONFIG_FILE=config_generation.tdk.yaml
docker-compose run
docker-compose run tdk
```

```shell
Expand Down
4 changes: 2 additions & 2 deletions sqlite/config_keep.tdk.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_config:
mode: KEEP

table_truncation_mode: TRUNCATE
schema_creation_mode: DROP_AND_CREATE
table_truncation_mode: DO_NOT_TRUNCATE
schema_creation_mode: CREATE_IF_NOT_EXISTS

0 comments on commit 6a6cbba

Please sign in to comment.