Fix #1861: Rename metadata-ingestion-generated to metadata-ingestion-core (#1862)

This commit is contained in:
Alberto Miorin 2021-12-21 07:29:07 +01:00 committed by GitHub
parent 7111267669
commit c31ba9cf5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",