The directory structure for including an ETL in a module is shown below. Depending on your ETL, you may need all or only part of the elements shown here, and depending on your module, the directory structure may contain additional directories and resources unrelated to the ETL.
Items shown in lowercase below are literal values (and file extensions) that should be preserved in the directory structure. Items shown in uppercase should be replaced with values that reflect the nature of your project.
MODULE_NAME
├───etls
│ ETL1.xml
│ ETL2.xml
│
├───queries
│ └───SCHEMA_NAME
│ QUERY_NAME.sql
│
└───schemas
│ SCHEMA_NAME.xml
│
└───dbscripts
├───postgresql
│ SCHEMA_NAME-X.XX-Y.YY.sql
│
└───sqlserver
SCHEMA_NAME-X.XX-Y.YY.sql
previousnext |
expand allcollapse all |