1
0
mirror of https://github.com/Dikootje/dlsync.git synced 2025-12-18 02:11:27 +00:00

Update README.md

This commit is contained in:
steveclekt
2025-08-04 12:02:03 +01:00
committed by GitHub
parent 0e26263ed4
commit d32c7e6f7d

View File

@@ -253,6 +253,7 @@ The config file is used to configure the behavior of this tool. The config file
version: #version of the config file
configTables: # List of configuration tables, only used for create script module
scriptExclusion: # List of script files to be excluded from deploy, verify, rollback and create script module
continueOnFailure: "true" # or "false" - "true" or "false, controls the error disposition of the tool.
dependencyOverride: # List of additional dependencies for the scripts
- script: # script file name to override the dependencies
dependencies: List of dependencies to override
@@ -268,6 +269,7 @@ connection:
```
The `configTables` is used by create script module to add the data of the tables to the script file.
The `scriptExclusion` is used to exclude the script files from being processed by this tool.
The `continueOnFailure` is used to control error disposition, "true" will fail deployment on first failure or "false" will try to deploy all items in dependency tree before failing.
The `dependencyOverride` is used to override the dependencies of the script files. This can be used to add additional dependencies to the script files.
The `connection` is used to configure the connection to snowflake account.
**Warning: Please use the connection property for local development and experimenting. Since the config file is checked in to your git repo please avoid adding any connection information to your config file. You can provide the connection details in environment variables.**