n3ddu8
Results
1
issues of
n3ddu8
I'm running the following code in my Python job on Ubuntu 22.04: ```python bdf = bcpy.DataFrame(df) sql_table = bcpy.SqlTable(self.cnxns["sql_config"], table=f"{table_name}_temp") bdf.to_sql(sql_table) ``` This works fine when called manually, however when...