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
Describe the bug load_options exposed to the user in File location/type added in the following PR - #1540. Since it's a derived property and not something the user should set.
Concerns
load_options shouldn't be exposed to the end users in the File class.
load_options is specific to load_file() and should not be part of File/Databases.
# Description
## What is the current behavior?
load_options exposed to the user in File location/type added in the
following PR - #1540. Since
it's a derived property and not something the user should set.
Concerns
load_options shouldn't be exposed to the end users in the File class.
load_options is specific to load_file() and should not be part of
File/Databases.
closes: #1719
## What is the new behavior?
We added a getter/setter property on the File class such that the
load_option interface is not exposed to the end user.
## Does this introduce a breaking change?
Yes
### Checklist
- [ ] Created tests which fail without the change (if possible)
- [ ] Extended the README / documentation, if necessary
# Description
## What is the current behavior?
load_options exposed to the user in File location/type added in the
following PR - #1540. Since
it's a derived property and not something the user should set.
Concerns
load_options shouldn't be exposed to the end users in the File class.
load_options is specific to load_file() and should not be part of
File/Databases.
closes: #1719
## What is the new behavior?
We added a getter/setter property on the File class such that the
load_option interface is not exposed to the end user.
## Does this introduce a breaking change?
Yes
### Checklist
- [ ] Created tests which fail without the change (if possible)
- [ ] Extended the README / documentation, if necessary
Describe the bug
load_options
exposed to the user in File location/type added in the following PR - #1540. Since it's a derived property and not something the user should set.Concerns
load_options shouldn't be exposed to the end users in the File class.
load_options is specific to load_file() and should not be part of File/Databases.
ref - https://astronomer.slack.com/archives/C03868KGF2Q/p1675690013077239
Checklist
The text was updated successfully, but these errors were encountered: