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
Per @aaronsteerscomment here, should we drop the sqlalchemy_url option altogether? @visch what do you think about that? Seems like the pro/con of allowing users to pass sqlalchemy_url is something like:
Pro: Flexible for users
Con: Leaves the tap with less control; could cause things to break if the tap upgrades driver and a user isn't aware of that
Sounds like either way we'll exclude the dialect+driver option in the broken-out configuration.
…alues (#121)
Closes#30, #5
- [x] Need to implement SSL as a configuration option as well (Going to
do separately see #117
)
---------
Co-authored-by: Edgar R. M <[email protected]>
Co-authored-by: Pat Nadolny <[email protected]>
This allows for a lot more customization much easier for use with things like CI pipelines than using / constructing the sqlalchemy_url
The text was updated successfully, but these errors were encountered: