INFACore
- INFACore
- All Products
read_data_object = ic.get_data_source("Snowflake").get_connection("SnowConn").get_data_object("CONDLT/CDI_DLTQA/CUSTOMER") df = read_data_object.read() write_data_object = ic.get_data_source("Flat File").get_connection("FFile").get_data_object("FF_TG.csv") write_option = { "create_target": True } write_data_object.write(df,write_option)