apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.93k stars 4.64k forks source link

[Bug] [Data Quality] Encrypted data sources cannot be decoded #15364

Closed wangbowen1024 closed 3 months ago

wangbowen1024 commented 11 months ago

Search before asking

What happened

if the data sources is encrypted, will get error when sparkSession read or Dataset write by JDBC the password:

image image

This method(ParserUtils.decode(config.getString(PASSWORD))) just solved: [Fix][Data Quality]Dataquality Spark Get Datasource Password Error When Password Has $ #13643 but when the datasource's password is encrypted,it will get error password

What you expected to happen

no error

How to reproduce

like 'What happened'

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

Code of Conduct

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] commented 3 months ago

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.