File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ To use this project in your environment, update the repository secrets and varia
28
28
- ` KINETICA_USER ` : The username for accessing your Kinetica database.
29
29
- ` KINETICA_PASSWORD ` : The password for accessing your Kinetica database.
30
30
- ` KINETICA_DB ` : The name of your Kinetica database.
31
+ - ` TARGET_SCHEMA ` : The schema for the Kinetica
31
32
- ` GITHUBTOKEN ` : The github token that has permission to your repo.
32
33
33
34
### 3\. Run the Pipeline through GitHub Actions
@@ -45,9 +46,9 @@ The project contains the following components:
45
46
46
47
- ** rosetta** : Contains the RosettaDB scripts and configuration.
47
48
- ** jdbc-drivers** : Directory with the required JDBC drivers for PostgreSQL and Kinetica.
48
- - ** kisql** : Directory with KiSQL scripts for loading data into Kinetica .
49
- - ** custom-translation-file** : Custom translation file used during the schema migration .
50
- - ** tests** : Contains CSV files for performing data quality checks.
49
+ - ** kisql** : Directory with KiSQL.
50
+ - ** custom-translation-file** : Custom translation file used during the schema translation .
51
+ - ** tests** : CSV file that contains tests for performing data quality checks.
51
52
52
53
Prerequisites
53
54
-------------
You can’t perform that action at this time.
0 commit comments