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
Currently, there is no way for the user to pass all the params listed in the list below to Load_file() operator. https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html
Which can be useful for a variety of reasons. Example the inferred schema is not correct we can specify our own dtype to it.
Describe the solution you'd like
We can pass kwargs/pandas_option to those methods.
# Description
closes: #1519
## What is the current behavior?
currently, load_file do not have an option to pass the pandas-related
param while reading file
## What is the new behavior?
use `load_options` and pass the given values while reading files using
the pandas path
## Does this introduce a breaking change?
No
### Checklist
- [ ] Created tests which fail without the change (if possible)
- [ ] Extended the README / documentation, if necessary
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
# Description
closes: #1519
## What is the current behavior?
currently, load_file do not have an option to pass the pandas-related
param while reading file
## What is the new behavior?
use `load_options` and pass the given values while reading files using
the pandas path
## Does this introduce a breaking change?
No
### Checklist
- [ ] Created tests which fail without the change (if possible)
- [ ] Extended the README / documentation, if necessary
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Please describe the feature you'd like to see
Currently, there is no way for the user to pass all the params listed in the list below to Load_file() operator.
https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html
Which can be useful for a variety of reasons. Example the inferred schema is not correct we can specify our own
dtype
to it.Describe the solution you'd like
We can pass kwargs/pandas_option to those methods.
ref: https://astronomer.slack.com/archives/C02B8SPT93K/p1672826587741709
The text was updated successfully, but these errors were encountered: