Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Project structure makes import ambiguous #43

Closed
zhongnansu opened this issue May 19, 2020 · 0 comments
Closed

Project structure makes import ambiguous #43

zhongnansu opened this issue May 19, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@zhongnansu
Copy link
Contributor

zhongnansu commented May 19, 2020

Currently, the project structure is using src as a top level folder, which lead to an issue while importing in a python project.

While it doesn't affect cli users, developers have to import src to import SQL CLI package and use its modules for development.

Need to figure out a way for better organizing the project/modules. Developers should be able to import modules from SQL CLI packages by something likefrom odfe_sql_cli.esconnection import ESConnection, where odfe_sql_cli is package name and esconnection is module name.

@zhongnansu zhongnansu self-assigned this May 19, 2020
@zhongnansu zhongnansu added bug Something isn't working enhancement New feature or request labels May 19, 2020
@zhongnansu zhongnansu removed the bug Something isn't working label May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant