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 merged it, although the more elegant solution would be to have the schema inherit from some base schema since we just duplicate those query and connect_args for each single connector.
It would be great to refactor the code to use inheritance from a base schema instead of duplicating query and connect_args for each individual connector. This would result in a more elegant and maintainable solution.
The text was updated successfully, but these errors were encountered:
From Oren:
It would be great to refactor the code to use inheritance from a base schema instead of duplicating query and connect_args for each individual connector. This would result in a more elegant and maintainable solution.
The text was updated successfully, but these errors were encountered: