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
Please describe the feature you'd like to see
The current implementation of the export_to_file operator doesn't provide any mechanism for overriding or customizing the behavior of the file output. Instead the operator simply calls one of a number of Pandas.DataFrame.to_* functions with default functions that SDK users are locked in to.
Describe the solution you'd like
Allow the passing in of a dictionary of parameters that get conveyed to the underlying Pandas.DataFrame functionality.
Are there any alternatives to this feature?
No. The current write implementation is hard-coded to a specific set of parameters in the FileType.create_from_dataframe functionality.
Please describe the feature you'd like to see
The current implementation of the export_to_file operator doesn't provide any mechanism for overriding or customizing the behavior of the file output. Instead the operator simply calls one of a number of
Pandas.DataFrame.to_*
functions with default functions that SDK users are locked in to.Describe the solution you'd like
Allow the passing in of a dictionary of parameters that get conveyed to the underlying
Pandas.DataFrame
functionality.Are there any alternatives to this feature?
No. The current write implementation is hard-coded to a specific set of parameters in the
FileType.create_from_dataframe
functionality.Acceptance Criteria
The text was updated successfully, but these errors were encountered: