We were trying to configure, JDBC multitable consumer using python SDK 5.0. We were able to set below configurations:
JDBC_consumer = pipeline_builder.add_stage('JDBC Multitable Consumer')JDBC_consumer.jdbc_connection_string = 'jdbc:mysql://mysqldb:3306/zomato'JDBC_consumer.username = '****'JDBC_consumer.password = '****'
However, not able to set table config.
Same with Azure Data Lake Storage, we are able to set below configurations:
Azure_storage.data_format = 'DELIMITED'Azure_storage.authentication_method = 'Shared Key'Azure_storage.account_shared_key = '***'
However, not able to set Account FQDN & Storage Container / File System
Please guide us with these configurations.