Commit bc7f81e
authored
Housekeeping of Python client repository (#103)
After working on reproducible package proparation for Python client
it's been found that the Python client repository had some extra
code added and docs and tests were placed in a wrong directory.
As of #93, we
have duplicated airflow_client code:
* airflow_client.client - this is the one that should be used
* airflow_client.airflow_client - this is the one that is added
accidentally (and it is a copy of the `client` one)
Also `docs` and `tests` are generated in "airflow_client" package,
but this is wrong, both docs and tests should be at the top-level
of the repository.
This PR:
* deletes the extra code
* moves "docs" and "test" folders to the top-level of the project.1 parent 4775ec8 commit bc7f81e
File tree
401 files changed
+3
-50095
lines changed- .github/workflows
- airflow_client/airflow_client
- apis
- api
- models
- model
- docs
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
401 files changed
+3
-50095
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
This file was deleted.
This file was deleted.
0 commit comments