All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.data-delivery-pyspark.rdbms.config.extension.py.vm Maven / Gradle / Ivy

The newest version!
    def get_data_source_configs(self) -> dict:
        """
        Retrieves the base configurations for the JDBC Connection
        :return: JDBC Configs as a dictionary
        """
        configs = super().get_data_source_configs()
        # TODO: Apply additional config options as needed by your specific database!
        return configs




© 2015 - 2025 Weber Informatics LLC | Privacy Policy