-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Destination MSSQL: JDBC connection with advanced params #8785
Comments
@alafanechere what happens if I need to use it as a destination and need the same additional params |
@lfzuluagah I changed the title to make it clear it also involves destinations. I guess it could be fixed in a PR for both. |
thank you, do you know what is the possible ETA for this PR? |
Postgres also does not allow extra JDBC params. We should add this feature to both Postgres & SQL Server. Given that the holidays are coming, the ETA is probably mid January 2022. |
Hi, happy new year, any advance on this PR? |
This is another issue that could be solved by this: #9467 I think the title should be something like "Support Additional Parameters input for JDBC based Sources/Destinations". A lot of customer deployments will need to set additional params to connect to their databases successfully and it would be infeasible for Airbyte to have to add custom UI inputs for every possible value. |
Unfortunately our team does not have enough bandwidth to work on this. It is in the backlog, but has not been prioritized yet. Currently it's hard to provide an ETA. |
Good point. I created an epic issue for aggregation: #9501 |
@alafanechere @tuliren any advance on this improvement on SQL Server databases?? thanks for your help in advance!!! |
Hey team! Please add your planning poker estimate with ZenHub @tuliren @edgao @subodh1810 |
Seems it is already resolved by pr and can be closed as duplicate |
Is this actually possible now? jTDS requires a change to the URL itself, not just params appended to the URL string. As far as I can tell it looks as though the base URL string is static and that there's still no way to change it to |
Our customer has an on-prem database in SQLServer with some additional parameters as domain and Integrated Security, in the normal JDBC connectors those parameters are added in an additional parameters string to concatenate with the other parameters
ex
jdbc:jtds:sqlserver://host:port/databasename;domain=mydoman;Integrated Security=true
Describe the solution you’d like
Possibility to add additional parameters in source or destination connections.
it is a blocker to move to airbyte as a data loader tool, analyzing other tools regards to this blocker
thanks for your help in advance
The text was updated successfully, but these errors were encountered: