The repository contains sources of the Greenplum database framework for data extraction, loading and transformation
- Download and install Liquibase from liquibase.org
- Clone the repository to a local folder
- Switch to the folder and run the command: liquibase update --changelog-file=install.yaml --url="jdbc:postgresql://:/" --username="" --password="password" -Dtarget_schema="<target_schema>" -Downer=""
- Set up the foreign server for logging (fw/servers/server.sql)
- Follow the instructions in Airflow folder to configure airflow DAGs
Apache 2.0