-
Notifications
You must be signed in to change notification settings - Fork 271
@
in password not support
#676
Comments
@qsliu2017 ty for reporting this! There was an issue in We'll have to investigate/mitigate that if we bump the version up |
@qsliu2017 What databases are you diffing? We recently fixed this for postgres: #812 |
oracle :( |
Okay, I think this should be relatively easy to fix. |
Same issue here |
Workaround: use a job file |
Hi @qsliu2017 and @DiogoParrinhaAM, I'm sorry for the delay in following up on this. Thank you for raising this issue and for looking into potential solutions! We made a hard decision to sunset the data-diff package and won't provide further development or support. If that's of interest, over the past few months, we have rewritten the diffing engine in Datafold Cloud and solved many issues that existed in this package's diffing algorithm. Feel free to take it for a trial and contact us at [email protected] if you have any questions. -Gleb |
Describe the bug
Say a user with password
passwd@123
. Since@
in DSN can not be distinguished, it should be quoted aspasswd%40123
. However datadiff does not support quoted DSN currently.After searching, I found that dsnparse 0.2.0 has support that kind of quoted DSNs.
please consider to upgrade the dependency version to “>0.2.0”.
data-diff/pyproject.toml
Line 28 in be5256c
The text was updated successfully, but these errors were encountered: