* updated IntegrationLauncherConfig.yaml and added to this class suportDBT and normalizationImage fields. Added to the GenerateInputActivityImpl and TemporalClient classes code parts for read destination_definition.yaml and get suportDBT and normalizationImage fields. Added logging and comparing normalization images from NormalizationRunnerFactory and destination_definition.yaml * updated minor remarks * updated minor remarks * fixed minor remarks * added normalization data to the tests * fixed minor remarks * removed NormalizationRunnerFactory * fixed remarks * fixed remarks * fixed remarks * updated acceptance tests * updated acceptance tests * updated check_images_exist.sh script * updated method for get normalization image name for destination acceptance test * fixed code style * fixed code style and removed tests data * updated JobErrorReporterTest.java * updated JobErrorReporterTest.java * fixed remarks * added integration type field to the dectination_definition file and actor_definition table * fixed tests * fixed tests * fixed minor changes after pulling master changes * fixed minor changes after pulling master changes * renamed integrationType to normalizationIntegrationType/ fixed minor remarks * renamed extra dependencies * updated docs * updated docs * fixed minor remarks * added NormalizationDestinationDefinitionConfig.yaml for StandardDestinationDefinition.yaml and updated configuration * updated normalization tag * updated DestinationAcceptanceTest.java * updated DestinationAcceptanceTest.java * updated imports and descriptions
airbyte-bootloader
This application runs at start up for Airbyte. It is responsible for making sure that the environment is upgraded and in a good state. e.g. It makes sure the database has been migrated to the correct version.
Entrypoint
- BootloaderApp.java - has the main method for running the bootloader.