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
I worry this introduces the danger that if we ever introduce logic to the getter, it will be missed and we'll get weird bugs throughout. Is there a compelling case against simply using the public method instead?
The text was updated successfully, but these errors were encountered:
The codebase uses
GenericJob._executor_type
instead of the property getterGenericJob.executor_type
throughout:TableJob.update_table
GenericJob._get_executor
GenericJob.to_dict
I worry this introduces the danger that if we ever introduce logic to the getter, it will be missed and we'll get weird bugs throughout. Is there a compelling case against simply using the public method instead?
The text was updated successfully, but these errors were encountered: