We have a flink application using flink sql in aws kinesis data analytics. Zeppline provides was to export jar to s3 and then create a application from that jar in aws. However how do we integrate this with CI/CD. 1.We need to put our code in git. How do we export the code ? as zplyn files ? or a sql files ? zplyn files are not recognised by sonar cube 2. How do we build those applications ? 3. Once we have jar we can create application using aws create-application command , but building jar and setting the environment properties right is what we want to know
thanks
We tried build the appliction using aws zeppline dashboard it builds and runs , but cannot integrate it with git ci/cd