We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
描述问题在已经提交的ISSUE中不存在 I have searched for issues similar to this one.
1、你可以参考connector目录下的mysql.py文件来实现代码 2、需要你在data_agent/connector目录下创建用于实现同步orcale数据源的py代码文件(如: orcale.py) 3、并且在data_agent/agent/storage/entity/datasource.py文件中的Kind枚举类中添加用于标识orcale的枚举类型 4、最后需要在data_agent/cli/startup.py文件中找到sync方法,在其中添加适配orcale数据源的代码
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚅Search before asking
描述问题在已经提交的ISSUE中不存在
I have searched for issues similar to this one.
🚅Description
1、你可以参考connector目录下的mysql.py文件来实现代码
2、需要你在data_agent/connector目录下创建用于实现同步orcale数据源的py代码文件(如: orcale.py)
3、并且在data_agent/agent/storage/entity/datasource.py文件中的Kind枚举类中添加用于标识orcale的枚举类型
4、最后需要在data_agent/cli/startup.py文件中找到sync方法,在其中添加适配orcale数据源的代码
🏕Solution(optional)
🍰Detail(optional)
🍰Example(optional)
The text was updated successfully, but these errors were encountered: