diff --git a/.github/workflows/py-generate2.yml b/.github/workflows/py-generate2.yml index b569c8a3b69..e2b9c10eca5 100644 --- a/.github/workflows/py-generate2.yml +++ b/.github/workflows/py-generate2.yml @@ -24,7 +24,7 @@ jobs: defaults: run: shell: bash - working-directory: ingestion-generated + working-directory: ingestion-core steps: - uses: actions/checkout@v2 - name: Set up Python 3.9 diff --git a/ingestion-generated/Makefile b/ingestion-core/Makefile similarity index 100% rename from ingestion-generated/Makefile rename to ingestion-core/Makefile diff --git a/ingestion-generated/README.md b/ingestion-core/README.md similarity index 100% rename from ingestion-generated/README.md rename to ingestion-core/README.md diff --git a/ingestion-generated/requirements-dev.txt b/ingestion-core/requirements-dev.txt similarity index 100% rename from ingestion-generated/requirements-dev.txt rename to ingestion-core/requirements-dev.txt diff --git a/ingestion-generated/setup.py b/ingestion-core/setup.py similarity index 96% rename from ingestion-generated/setup.py rename to ingestion-core/setup.py index 92d143f4f1c..0c9781e4356 100644 --- a/ingestion-generated/setup.py +++ b/ingestion-core/setup.py @@ -21,7 +21,7 @@ def get_long_description(): setup( - name="openmetadata-ingestion-generated", + name="openmetadata-ingestion-core", version="0.6.0.dev0", url="https://open-metadata.org/", author="OpenMetadata Committers",