Giter VIP home page Giter VIP logo

airda's People

Contributors

akkicon avatar iokk3732 avatar johnless31 avatar lpxiangyan9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

airda's Issues

[Good First Issue] Guide for SQLAgent's New Contributors

Hi everybody,

Welcome to the SQLAgent community !
This Issue empowers first-time contributors of open-source software.

We created a list of Good First Issues for you to pick. To get more people into the program faster, we came up with this Issue. Thank you for clicking on this issue and thinking about how you can contribute to SQLAgent program.

🛠 How to pick a task?

Participation in a project that has already been assigned is also encouraged, but you must be aware that it will require more effort to get up.

  • 👀 Browse the issues you are interested in, In the issue interface, all issues with "SQLAgent future" or "good first issue" labels are optional tasks.
  • 🙋‍ Comment below the issue you want to participate in, comment directly under that issue, we will assign tasks to you.
  • 🔧 A Maintainer will be your mentor and will continue to work with you on issue resolution
  • 🚅 Read our contributing guidelines and commit code to your fork.
  • After PR, Code review, Request changes, Approve..., your code will be merged into the master branch and you will become one of our developers!

You can also filter the tasks by difficulty label:

🕋 Is it difficult to finish a task?

  • First of all, we are expecting you to have basic language skill (SQLAgent is written in Python), as well as have ability to[run basic SQLAgent demo] by your own.
  • All "Good First Issues" should be easy enough for the new contributor.

⚙️ Where can I get help?

  • For each task, there will be a Mentor or Reviewer to help you getting started. You can talk to he/she directly to ask whatever you want to know.
  • After you choose the task, please send me an email to [email protected] and the mentor will help you.

There are currently three maintainers responsible for maintaining this project:


You are the future of SQLAgent, and we appreciate your contribution!!! 🌠🌌🌇🌄🌅🌁

[Good First Issue] 提供orcale数据源导入schema的适配-Provide adaptation for importing schema from Oracle data sources.

🚅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数据源的代码

  1. You can refer to the mysql.py file in the connector directory to implement the code.
  2. You need to create a Python file in the data_agent/connector directory to implement synchronization with Oracle data sources (e.g., oracle.py).
  3. Also, add an enumeration type for Oracle in the Kind enum class in the data_agent/agent/storage/entity/datasource.py file.
  4. Finally, you need to find the sync method in the data_agent/cli/startup.py file and add code there to adapt to the Oracle data source.

🏕Solution(optional)

🍰Detail(optional)

🍰Example(optional)

Failed to Install Packages when add the poetry env

When I clone this repo and try to install requirement, I got the error message blow:

Updating dependencies
Resolving dependencies...

Package operations: 1 install, 0 updates, 0 removals
  - Installing torch (2.0.1)

  RuntimeError

  Unable to find installation candidates for torch (2.0.1)

  at /usr/local/Caskroom/miniconda/base/lib/python3.11/site-packages/poetry/installation/chooser.py:74 in choose_for
       70│ 
       71│             links.append(link)
       72│ 
       73│         if not links:
    →  74│             raise RuntimeError(f"Unable to find installation candidates for {package}")
       75│ 
       76│         # Get the best link
       77│         chosen = max(links, key=lambda link: self._sort_key(package, link))
       78│ 

Cannot install torch.

My Environment:
MacOS 12.7.4
PyCharm

'airda' 不是内部或外部命令,也不是可运行的程序 或批处理文件。

Description

Reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error '...'

Expected behavior

Context

  • Operating System and version:
  • Browser and version(if necessary):
  • Which version are you using:
Error message
Paste complete error message, logs, or stack traces here.
Configuration
Paste the contents of your configuration file here.
Additional context
Add any other context about the problem here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.