templates.data-delivery-pyspark.rdbms.config.extension.py.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
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