You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use DataFrame column names in INSERT statement for UPSERT operation (#1317)
* Use DataFrame column names in INSERT statement for UPSERT operation
* Make column_names as an optional parameter
* Fix input parameter type to Optional[List[str]]
* Fix Pylint issue. Replace unnecessary for-comprehension to list(df.columns)
* Reformat code
Co-authored-by: jaidisido <[email protected]>
0 commit comments